/* global */

     /* 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:451px;
		height:306px;
		overflow:hidden; 
		}	
	#prevBtn{ 
		display:block;
		width:111px;
		height:20px;
		position:absolute;
		left:px;
		top:690px;
		}	
	#nextBtn{ 
		display:block;
		width:94px;
		height:20px;
		position:relative;
		left:358px;
		top:-2px;
		}														
	#prevBtn a{  
		display:block;
		width:111px;
		height:20px;
		background:url(../images/galleries/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{
		display:block;
		width:94px;
		height:20px; 
		background:url(../images/galleries/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

a:focus { outline:none }