a.prev,a.next{
	display:block;
	width:26px;
	height:26px;
	cursor:pointer;
	margin:0 auto;
	position:absolute;
}
a.prev{
	background:url(../images/sidebanners_down.png) no-repeat left top;
	bottom:-15px;
	left:97px;
}
a.next{
	background:url(../images/sidebanners_up.png) no-repeat left top;
	top:-15px;
	left:97px;
}
a.prev:hover,a.next:hover{background-position:left bottom;}

#scrollBanners{
	border-top:2px #DCD6C6 solid;
	border-bottom:2px #DCD6C6 solid;
	position:relative;
	margin:25px 0;
	padding:15px 0;
}
*+html #scrollBanners a.prev{
	position:relative;
	bottom:-30px;
	left:0;
	margin-top:-25px;
}
* html #scrollBanners{zoom:1;}

#scrollBanners ul li{padding:2px 0;}
#scrollBanners ul li img{vertical-align:top;}