.ctScroller_container{
	/*background:transparent url(images/bg.png) 0 0 repeat-y; */
	width:1024px; 
	height:645px; 
	position:relative; 
	overflow:hidden;
}

.ctScroller_box{
	width:1024px;
	height:auto; 
	left:0px; 
	top:0px; 
	position:absolute;
}

a.ctScroller_butt_next{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:300px;
	right:10px;
	background:transparent url(images/btn_next.png) 0 0 no-repeat;
}

a.ctScroller_butt_next:hover{
	background-position:0px -50px;
}

a.ctScroller_butt_prev{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:300px;
	left:10px;
	background:transparent url(images/btn_prev.png) 0 0 no-repeat;
}

a.ctScroller_butt_prev:hover{
	background-position:0px -50px;
}