	#slider { 
		
		width:475px;
		height:180px;
		overflow:hidden; 
		}
			
    
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
  
			

	#container{	
		
		position:relative;
		text-align:left;
		/*width:600px;		*/
		margin-bottom:2em;
		}	
					
	#content{
		position:relative;
		}			

/* 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:475px;
		height:180px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		margin: 0 0 0 -10px;
		display:block;
		width:25px;
		height:50px;
		position:absolute;
		left:-25px;
		top:50px;
		}	
	#nextBtn{ 
		left:495px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:25px;
		height:25px;
		background:url(../images/left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/right.png) no-repeat 0 0;	
		}												

/* // Easy Slider */





