    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-2000px;
            }
    /* // image replacement */
			

	#containerlogo{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:925px;		
		margin-bottom:2em;
		}	
	#header{
		height:71px;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		list-style:none;
		text-align:center;
		padding:0 0 0 45px;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:880px;
		height:71px;
		overflow:hidden; 
		padding:8px 0 0 0;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:7px;
		height:16px;
		position:absolute;
		left:15px;
		top:25px;
		}	
	#nextBtn{ 
		left:905px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:15px;
		background:url('../images/left_arrow_on.png') no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url('../images/right_arrow_on.png') no-repeat 0 0;	
		}	