	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:1000px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			#container{
		position:relative;
		text-align:left;
		width:1000px;
		background:#fff;		
		margin-bottom:2em;
		top:168px;
		}	
	#header{
		height:144px;
		background:#5DC9E1;
		color:#fff;
		}				
	#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:1000px;
		height:241px;
		overflow:hidden;
		}
	#slider p{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	height:50px;
	overflow:hidden;
	background-color:#333;
	color:#FFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin-top:-50px;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	}
	#prevBtn, #nextBtn{ 
		display:block;
		width:87px;
		height:111px;
		position: absolute;
		left:7px;
		top:77px;
		}	
	#nextBtn{ 
		left:906px;
		}														
	#prevBtn a{  
		display:block;
		width:87px;
		height:111px;
		background:url(../images/left_arrow.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		display:block;
		width:87px;
		height:111px;
		background:url(../images/right_arrow.png) no-repeat 0 0;	
		}