#slides {
	background-repeat: no-repeat;
	position: relative;
	width: 292px;
	padding: 9px;
	background-color: #b5b5b5;
	height: 212px;
}
#my_scroller_outer {
	width: 292px;
	height: 212px;
	background-repeat: repeat-x;
	position: relative;
	overflow:hidden;	
}

#my_scroller_inner {
	position: relative;
	height: 205px;	
	width: 1000px;
}
.my_scroller_cont img {
	
}

#my_scroller_outer .my_scroller_cont {
	width: 292px;
	height: 205px;
	float: left;	
	position: relative;	
}
.my_scroller_cont .desc {
	font-size: 11px;
	text-align: center;
	color: #424D60;
	padding-right: 30px;
}
#left_arrow {
	position: absolute;
	float: left;
	top: 0px;
	left: -54px;
	cursor: pointer;
}
#right_arrow {
	position: absolute;
	float: left;
	top: 0px;
	left: 840px;
	cursor: pointer;
}

