/* 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:778px;
		height:296px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:50px;
		position:relative;
		left:1px;
		top:-170px;
		cursor:pointer;
		}	
	#nextBtn{ 
		float:right;
		}	
	#prevBtn{ 
		float:left;
		left:1px;
		}													
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:35px;
		background:url(/images/arrow_left.png) no-repeat 0 0;	
		opacity:0.6;
		filter:alpha(opacity=60);
		}	
	#nextBtn a{ 
		background:url(/images/arrow_right.png) no-repeat 0 0;	
		}												
	#prevBtn a:hover, #nextBtn a:hover{ 
		opacity:1.0;
		filter:alpha(opacity=100);
		}	
/* // Easy Slider */
