#slider{
}
#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li{
	width: 696px;
	height: 241px;
	overflow: hidden;
}
#prevBtn, #nextBtn{
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	top: 215px;
}
#nextBtn{
	margin-left: 502px;
	margin-left: 514px;
}
#prevBtn{
	margin-left: -30px;
}
#prevBtn a, #nextBtn a{
	display: block;
	width: 30px;
	height: 77px;
	background: url(../img/slider/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a{
	background: url(../img/slider/btn_next.gif) no-repeat 0 0;
}

#prevBtn a:visited	{text-decoration: none}
#prevBtn a:active 	{text-decoration: none}
#nextBtn a:visited	{text-decoration: none}
#nextBtn a:active 	{text-decoration: none}

img {
	border-width : 0;
	border : 0;
}