#my_scroller_outer {
	width: 727px;
	height: 115px;
	position: relative;
	overflow:hidden;	
}

#my_scroller_inner {
	position: relative;
	height: 115px;	
	width: 1000px;
}

#my_scroller_outer .my_scroller_cont {
	width: 363px;
	height: 115px;
	float: left;	
	position: relative;	
}

#left_arrow {
	position: absolute;
	float: left;
	top: 41px;
	left: -19px;
	cursor: pointer;
}
#right_arrow {
	position: absolute;
	float: left;
	top: 41px;
	left: 725px;
	cursor: pointer;
}


