﻿/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.0
*/

#head{float:left; background:url(https://static.naukri.com/ms/akcgroup-jobs/images/head.png) no-repeat;  width:100%; position:relative; top:-20px; font-family:Arial, Helvetica, sans-serif; background:url(../images/body3.jpg) no-repeat center top; _top:0px;}
#subhead{float:left; width:100%; position:relative; top:-15px; height:175px;}
#subhead .main{font-size:24px;color:#262729; margin:0; padding:0;}
#bodywrapper .subline{font-size:30px; font-size:15px; color:#0b3b69; font-family:Century Gothic; background:url(repeator.png) repeat-x bottom; padding-bottom:15px;}
#bodywrapper{width:1000px; margin:0 auto;}
.boxwrapper{float:left; width:323px; margin-bottom:10px; margin-left:8px;}
.boxtop{background:url(boxtop.png) no-repeat; height:22px; width:100%;}
.boxbottom{background:url(boxbottom.png) no-repeat; float:left; height:22px; width:100%;}
.boxbg{background:url(boxbg.png) repeat-y; float:left;  width:283px; padding:0 20px;  font-size:12px; color:#707070; min-height:210px; line-height:18px;}
.web{float:left; position:relative; top:-15px; margin-bottom:15px; margin-left:20px; font-size:14px;}
.web a{color:#000; font-weight:bold; /*font-style:italic;*/ text-decoration:none;}
.blue{color:#0b3b69;}
.web a:hover{color:#0b3b69;}
#wrapperfooter{float:left; width:100%; background:url(footer.png) repeat-x; height:91px; margin-top:15px;}
#footermain{width:1000PX; background:url(mainfooter.png) no-repeat top center; height:91px; float:left;}
.ff_table{margin-left:210px; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin-top:50px; color:#5276a2;}
/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */

.carousel
{
	position :relative ;
	margin :0 auto;
	width :930px;
	height :auto;
	border :none;
	overflow : visible ;
}

/* _______________________________________________ */

/* SLIDES */
/* _______________________________________________ */

/* slide container */
.carousel .slides
{
	margin :0;
	padding :0;
	border :none;
	list-style :none;
	position :relative ;
	overflow :visible ;
}

/* slide item */
.carousel .slides .slideItem 
{
	position :absolute ;
	cursor :pointer ;
	overflow : hidden;
	padding :0;
	margin :0;
	border :none;
}

.carousel .slides .slideItem a
{
	display: block ;
	text-decoration :none;
	margin :0;
	padding :0;
	border :none;
	outline :none;
}

.carousel .slides .slideItem img
{
	margin :0;
	padding :0;
	border :none;
	width :100%;
	height :100%;
}

/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */

.carousel .nextButton
{
	position :absolute ;
	right :-22px;
	 width :35px; margin-top:-250px;
	height :37px;
	background : url("https://static.naukri.com/ms/akcgroup-jobs/images/next_button.png") no-repeat center;
	cursor :pointer ;
	z-index :9999;
}

.carousel .prevButton
{
	position :absolute ;
	left :-25px;
	margin-top:-250px;
	width :35px;
	height: 37px;		
	background : url("https://static.naukri.com/ms/akcgroup-jobs/images/prev_button.png");
	cursor :pointer ;
	z-index :9999;
}

/* _______________________________________________ */

/* NAVIGATION BUTTON */
/* _______________________________________________ */

/* buttons container */
.carousel .buttonNav
{
	position : relative ;
	margin :0 auto;
	z-index :999;
}

/* numbers */
.carousel .buttonNav .numbers 
{
	position :relative ;
	float :left ;
	margin :5px;
	color : #828282 ;
	cursor :pointer ;
	font-weight :bold ;
	text-decoration :none;
	font-size :1em;
	font-family :Arial, Verdana ;
}

.carousel .buttonNav .numbers:hover
{
	color: #000;
	text-decoration :underline;
}

.carousel .buttonNav .numberActive
{
	background : none;
	color :#000;
	cursor :default ;
}

/* bullets */
.carousel .buttonNav .bullet
{
	position :relative ;
	float :left ;
	width :16px;
	height :16px;
	background : url(https://static.naukri.com/ms/akcgroup-jobs/images/Bullet-White.png) no-repeat center ;
	margin :5px;
	float :left ;
	cursor :pointer ;
}

.carousel .buttonNav .bullet:hover
{
	background : url(https://static.naukri.com/ms/akcgroup-jobs/images/Bullet-Black.png) no-repeat center ;
}

.carousel .buttonNav .bulletActive
{
	background : url(https://static.naukri.com/ms/akcgroup-jobs/images/Bullet-Black.png) no-repeat center ;
	cursor :default ;
}

/* ____________________________________________________________ */

/* VIDEO */
/* ____________________________________________________________ */

.carousel .slides .videoOverlay
{
	background :url("https://static.naukri.com/ms/akcgroup-jobs/images/video.png") no-repeat center; /* play button */
}

.carousel .slides .spinner
{
	background : #000 url(images/loading.gif) no-repeat center; /* video preloader */
}

/* _____________________________ *

/* SHADOW */
/* _____________________________ */

.carousel .shadow
{
	width :100%;
	height :82px;
}

.carousel .shadow .shadowLeft
{
	background : url("https://static.naukri.com/ms/akcgroup-jobs/images/shadowLeft.png") no-repeat;
	width :100px;
	height :82px;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale);   /* IE6 & 7 */                     
}

.carousel .shadow .shadowMiddle
{
	height :82px;
	background:url("images/shadowTile.png") repeat-x;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale);   /* IE6 & 7 */                     
}

.carousel .shadow .shadowRight
{
	width :100px;
	height :82px;
	background:url("images/shadowRight.png") no-repeat;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale);   /* IE6 & 7 */                     
}

/* ____________________________________________________________ */

/* REFLECTION GRADIENT */
/* ____________________________________________________________ */

/* gradient color for Opera */
.carousel .gradient
{
	background-image :url(scripts/gradient.svg);
}