	img
{
border:0;
}		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		padding-left:-20px;
		position:relative;
		text-align:left;
		width:960px;
		/*margin-bottom:2em;*/
		height:420px;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:red;
		}				
	#content{
		position:relative;

height:100%;
}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0px;
		padding:0px;
		list-style:none;

		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:470px;
		overflow:hidden; 

		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:57px;
		height:42px;
		position:absolute;
		left:60px;
		top:360px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:120px;
		top:360px;
		}														
	#prevBtn a, #slider1prev a{  
		display:block;
		position:relative;
		width:57px;
		height:42px;
		background:url(/images/buttons/btn_featured_previous.png) no-repeat 0 0;
		}	
	#nextBtn a, #slider1next a
		{  
		display:block;
		position:relative;
		width:57px;
		height:42px;
		background:url(/images/buttons/btn_featured_next.png) no-repeat 0 0;
		}	

	#nextBtn a, #slider1next a{ 
		background-image:url(/images/buttons/btn_featured_next.png) no-repeat 0 0;	
		}
