#left_scroll, #right_scroll{
	float:left; 
	height:15px; 
	width:15px;
	margin-top:39.5px;
}

#left_scroll
{
	margin-right:9px;
}

#right_scroll
{
	margin-left:9px;
}

#left_scroll img, #right_scroll img{
	cursor: pointer;
	cursor: hand;
}

#carousel_inner {
	float:left; 
	width:655px; 
	overflow: hidden;  
}

#carousel_ul {
	position:relative;
 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	width:9999px; 
}

#carousel_ul li{
	float: left;                              
	width:125px;  
	height:auto;
	padding:0px;
	margin-right:8px; 
}

#carousel_ul li .pic {
	width:125px;
	height:94px;
	margin-bottom:10px;
}

#carousel_ul li img {
	.margin-bottom:-4px;
	cursor:pointer;
	cursor: hand; 
	border:0px; 
}


#carousel_ul li .caption {
	width:125px;
	height:auto;
	text-align:center;
}

#carousel_ul li .caption span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#282427;
	font-weight:bold;
	text-transform:uppercase;
}