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

/* 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:745px;
		height:555px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:85px;
		height:93px;
		position:absolute;
		left:60px;
		top:300px;
		z-index:500;
		}	
	#nextBtn{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:85px;
		height:93px;
		background:url(../images/btn_prev_drk.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next_drk.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */


