    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
				
	#contents{
		width:550px;
		position:relative;
	
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		
		width:550px;
		height:350px;
		overflow:hidden;
		border:#FFF ;
		
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:38px;
		position:absolute;
		left:18px;
		top:150px;
		}	
	#nextBtn{ 
		left:520px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:38px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}
		
		