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

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:640px;
		height:458px;
		background-color:#3E3630;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn, #beforeNone { 
		display:block;
		width:30px;
		height:458px;
		position:absolute;
		left:-30px;
		top:0;
		}	
	#nextBtn { 
		left:640px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:458px;
		background:url(/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

	#slider p {font-size:11px; color:#FFFFFF; padding:5px; margin:0;}
	#slider a:link, #slider a:visited {color:#bde64f;}
