#slider{
	margin-right: 25px !important;
	margin-right: 18px;
	margin-top: 10px;
	position: relative;
	float: right;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:470px;
	height:366px;
	overflow:hidden; 
	}	
#prevBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:400px;
	top:230px;
	}
	
	#nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:600px;
	top:250px;
	}		
#nextBtn{ 
	left:406px;
	}														
#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:77px;
	background-image: url(../images/slideshow/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
#nextBtn a{ 
	background:url(../images/slideshow/btn_next.png) no-repeat 0 0;	
	}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */