	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		height: 241px;
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
	}			
	#header_content{
		width: 70%;
		height: 300px;
		z-index: 8;
		}			

/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		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:300px;
		overflow:visible; 
		}
	
	#nextBtn, #prevBtn{
		min-width: 55px;
		height: 300px;
		opacity: 0.35;
		float: left;
		z-index: 8;
		position: absolute;
		top: 0;
	}
	
	#prevBtn{
		left: 0;
		background: url(/img/left-arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-color: black;
	}
	
	#nextBtn{
		right: 0;
		background: url(/img/right-arrow.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-color: black;
	}
	
	#prevBtn a, #nextBtn a{
		display: block;
		display:block;
		position:relative;
		width:300px;
		height:300px;
	}
		

	.slide_element{
		position: relative;
		top: 0px;
		height: 300px;
		width: 960px;
	}
	
	.slide_description{
		position: absolute;
		top: 225px;
		left: 50px;
		display: block;
		z-index: 10;
		background-color: white;
		opacity: 0.8;
		padding: 8px;
	}
	
	#company_logo{
		position: absolute;
		
	}

	
/* // Easy Slider */