﻿ img{border:none;}
	
    /* 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:635px;
		height:36px;
		overflow:hidden;
		vertical-align:middle;		
		}	
	#prevBtn{ 
		display:block;
		width:22px;
		height:38px;
		margin-left:655px;
		margin-top:-36px;
		margin-bottom:3px;
		vertical-align:middle;					
		}	
		
#nextBtn{ 
		display:block;
		width:21px;
		height:38px;
		margin-left:677px;
		margin-top:-41px;		
		vertical-align:middle;
		margin-bottom:3px;	
		}	
	 												
	#prevBtn a, #nextBtn a{  
		display:block;
		vertical-align:middle;
		width:22px;
		height:38px;
		background:url(../images/btn_prev.gif)  no-repeat 0 0;	
		border:0px;
		
		}	
	#nextBtn a 
	{
		width:21px;
		height:38px;
		background:url(../images/btn_next.gif) no-repeat 0 0;
		border:0px;	
		}												
 
/* // Easy Slider */
