#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:712px;
	height:436px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:18px;
	height:26px;
	position:absolute;
	left:662px;
	top:10px;
	}	
#nextBtn{ 
	left:682px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:18px;
	height:26px;
	background:url(geri.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(ileri.png) no-repeat 0 0;	
	}
	    /* image replacement */
        #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }