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


/* Easy Slider */

	#slider{
	margin:0px;
				width:950px;
		height:355px;
		overflow:hidden;
}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
				width:950px;
		height:355px;
		overflow:hidden; 
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:355px;
		overflow:hidden; 
		}	
	#prevBtn { 
		display:block;
		width:55px;
		height:55px;
		position:relative;
		left:-25px;
		top:-214px;
		}	
 #nextBtn{ 
		display:block;
		width:55px;
		height:55px;
		position:relative;
		left:920px;
		top:-265px;
		}														
	#prevBtn a {  
		display:block;
		width:55px;
		height:55px;
		background:url(../images/sliding_arrow_lh.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/sliding_arrow_rh.png) no-repeat 0 0;
		display:block;
		width:55px;
		height:55px;	
		}												

