	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{
	position:relative;
	text-align:left;
	width:1000px;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	box-radius:6px;
		}
		
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* 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:1000px;
	height:300px;
	overflow:hidden;
	box-radius:8px;	
		}	
		
		#slide li, #slide li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:290px;
	height:220px;
	overflow:hidden;
	
		}		
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/btn-prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn-next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:0px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	z-index: 3;
	position: absolute;
	top: 240px;
	left: 15px;
		}
	ol#controls li{
	float:left;
	list-style:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 12;
	padding-bottom: 10;
	padding-left: 12;
	
		}
	ol#controls li a{
	float:left;
	color:#333;
	text-decoration:none;
	background-color: #FFF;
	border-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
		}
	ol#controls li.current a{
	color:#FFF;
	background-color: #333;
	border-radius: 20px;
	
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
