#slider{
    text-align:center;
    margin:0 0 0 30px;
    padding:0;
    border-left:1px solid #D5D5D5;
    border-right:1px solid #D5D5D5;
    border-bottom:1px solid #D5D5D5;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider img{border:none;}
#slider li{
	width:979px;
	height:300px;
	overflow:hidden;
	}
#prevBtn, #nextBtn{
        display:inline;
	width:30px;
	height:77px;
	position:absolute;
	margin-top:-195px;
	}
#nextBtn{
	margin-left:1010px;
	}
#prevBtn a, #nextBtn a{
	text-indent: -999em;
	display:block;
	width:30px;
	height:77px;
	background:url(../images/slider_left.png) no-repeat 0 0;
	}
#prevBtn a:hover{background:url(../images/slider_left_hover.png) no-repeat 0 0;}
#nextBtn a:hover{background:url(../images/slider_right_hover.png) no-repeat 0 0;}
#nextBtn a{
	background:url(../images/slider_right.png) no-repeat 0 0;
	}