/*
	This will be the css stylesheet for s-carousel
*/
.carousel-nav-holder{width:477px;margin-top:-16px;}

.carousel-nav-holder ol
{
	list-style:none;
	border:1px solid #AEC2D2;
	width:409px;
	height:64px;
	margin-left:30px;
	padding-left:5px;
	padding-top:5px;
	overflow:hidden;
	background:none repeat scroll 0 0 #DAE5ED;
	position:absolute;
	
}
.acs-carousel{width:489px;height:auto;}
.carousel-nav-holder li{display:inline;padding:0px;margin:0px;}
.carousel-nav-holder li div{float:left;}
.carousel-thumbnail-image{float:left;margin-left:5px;}
.carousel-thumbnail-image:hover{cursor:pointer;}
.carousel-highlight img{float:left;border:2px solid #FFFFFF;margin:9px 0 0 9px;}
.carousel-rest{}
.carousel-highglight-img-container { width: 200px; height: 150px; float: left; overflow: hidden; margin-top: 8px }
.carousel-highlight{height:196px;background:#EBF3F6;}
.carousel-nav-holder div.left{float:left;}
.carousel-nav-holder div.right{float:right;}
.nav-wrapper{}
.contentContainer{width:135px;}
.contentContainer .imgContainer {width: 50px; height: 50px; overflow: hidden}
.contentContainer div{width:50px; margin-left:5px;}
.contentContainer div span{line-height:10px !important;float:left;}
ol.innerList{
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
	width:450px;
	position:relative;
}
div.left a.backArrow{
	background:url("/etc/designs/cen/images/gallery_back.png") no-repeat scroll left top transparent;
	border:1px solid #ACB5BC;
	height:69px;
	width:29px;
	display:block;
	
}
div.right a.forwardArrow{
	background:url("/etc/designs/cen/images/gallery_fwd.png") no-repeat scroll left top transparent;
	border:1px solid #ACB5BC;
	height:69px;
	width:29px;
	display:block;
	
}
div.contentContainer div span a
{
	color:#1C4C8D;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

