#slider2 {
	position:relative;
}
#slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 li {
	width:898;
	height:80px;
	overflow:hidden;
	padding-left:28px;
}
#prevBtn{
	width:28px;
	height:92px;
	position:absolute;
	z-index:1000;
	left:0;
	top:21px;
}
#nextBtn{
	width:28px;
	height:92px;
	position:absolute;
	z-index:500;
	right:0;
	top:21px;
}
#prevBtn a, #nextBtn a{
	position:absolute;
	width:28px;
	height:92px;
}
#nextBtn a{
	background:url(/Assets/img/index/slider.jpg) no-repeat 0 -195px;
}
#nextBtn a:hover{
	background:url(/Assets/img/index/slider.jpg) no-repeat 0 -293px;
}
#prevBtn a{
	background:url(/Assets/img/index/slider.jpg) no-repeat 0 0;
}
#prevBtn a:hover{
	background:url(/Assets/img/index/slider.jpg) no-repeat 0 -98px;
}
