#carousel {
	border: 1px solid #AFAFAF;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

div.carouselDivWrap {
	width: 602px; 
	height: 295px;
	margin: 0px;
	padding: 0px;
}
/* for stupid ie-6 **/
div.contentWrap {
	height: 240px;
}
/** end of wrap **/
div.carouselContentDiv {
	width: 602px;
	height: 240px;
	margin: 0px;
	padding: 0px;
}

div.carouselContentDiv img {
	width: 600px;
	height: 240px;
	border: 1px solid #AFAFAF;
}

div.carouselNavDiv {
	height: 52px;
	background: url('/images/carousel/left_corner.jpg') top left no-repeat;	
}

div.navRight {
	height: 52px;
	background: url('/images/carousel/right_corner.jpg') top right no-repeat;	
}

div.navSelect {
	height: 52px;
	padding: 7px 10px 0px 0px; 
	margin: 0px 8px 0px 10px;
	background: url('/images/carousel/center_bg.jpg') left top repeat-x;
}

div.navSelect a, .defaultSelect {
	background: url(/images/carousel/num_off.jpg) top left no-repeat;
	font: normal 11px Verdana;
	color: #FFF;
	padding: 7px 0px 0px 1px;
	font-weight: bold;
	text-decoration: none;
	height: 26px;
	width: 29px;
	display: block; 
	float: left;
	text-align: center;
	outline: none;
	margin-right: 10px;
}

div.navSelect .clSelected {
	background: url(/images/carousel/num_on.jpg) top left no-repeat;
	color: #F9961E;	
}
