/*CAROUSEL STARTS*/

.carousel{
	width:640px;
	height:114px;
	float:left;
	clear:both;
	position:relative;
	padding:0 0 0 18px;
}
.carousel-wrap{
	overflow:hidden;
	width:630px;
	height:114px;
	float:left;
}
#CenterContent .carousel ul{
	list-style:none;
	display:block; 
	width:15000px;
	padding:0;
}
#CenterContent .carousel ul li{
	overflow:hidden;
	display:inline;
	float:left;
	width:206px;
	height:114px;
	text-align:center;
	position:relative;
	background:none;
	padding:0 5px 0 0;
}
.carousel ul li img{
	width:206px;
	height:114px;
}
.carousel .carousel-control{
	overflow:hidden;
	display:block;
	cursor:pointer;
	line-height:999px; 
	z-index:100;
	background-repeat: repeat-y;
	background-position:0 0;
	width:15px;
	height:22px;
	position:absolute;
	top:42px;
}
.carousel .carousel-next{
	background-image:url(../images/pages/arrow_next.png);
	right:-8px;
}
.carousel .carousel-previous{
	background-image:url(../images/pages/arrow_prev.png);
	left:-2px;
}
.carousel .carousel-control:hover{
	background-position:0 22px
}
.carousel .disabled, .carousel .disabled:hover{
	-moz-opacity:.1;opacity:0.20;
	filter:alpha(opacity=10);
	cursor:default;
}
/*CAROUSELENDS*/
