@charset "utf-8";
/* CSS Document */
#carousel_container {
	
	overflow: hidden;
	width: 695px;
}
#carousel_inner {
	float:left; 
	width:620px;
	height: 267px; 
	overflow: hidden; 
	background: #edf0f2;
}

#carousel_ul {
	position:relative;
	left:-210px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width:9999px;
	padding-bottom:10px;
	overflow: hidden;
}

#carousel_ul li{
	float: left;
	width:184px;
	padding:0px;
	height:222px;
	margin: 10px;
}

#carousel_ul li img {
	.margin-bottom:-4px; 
	cursor:pointer;
	cursor: hand; 
	border:0px; 
}
#left_scroll, #right_scroll{
	float:left; 
	height:267px; 
	width:32px; 
}
#left_scroll img, #right_scroll img{
	border:0; 
	cursor: pointer;
	cursor: hand;

}
.slide_title{
	color:#000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding-left:15px;
	text-align:left;
	text-decoration:none;
}
.slide_promo{
	padding-top: 14px;
	margin-bottom: 5px;
	text-align:center;
	height: 135px; 
}
.slide_info{
	margin: 0px 15px;
	line-height: 12px;
	
}
.slide_info a{
	color:#0D5AB5;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}
