@charset "utf-8";
/* CSS Document */
#carousel_container {
	width:665px;
	margin:10px auto 0 auto;
}
#carousel_inner {
	position:relative;
	float:left;
	width:620px;
	height:150px;
	overflow: hidden;
	margin:0;
	padding:0;
}
#carousel_ul {
position:relative;
left:0px;
list-style-type: none;
padding: 0px;
width:9999px;
}
#carousel_ul li{
float: left;                         
width:120px;  
padding:0px;
height:150px;
margin:2px;
}
#carousel_ul h3{                      
width:118px;  
padding:0px;
height:80px;
text-align:center;
overflow:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#454545;
line-height:20px;
font-weight:normal;
}
#carousel_ul li img {
	cursor:pointer;
	cursor: hand;
	border:1px solid #ccc;
}
#left_scroll, #right_scroll{
float:left; 
height:120px; 
width:22px; 
cursor: pointer;
cursor: hand;
}