@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: 22px;
	font-weight: bold;
	color: #81BC3D;
}

	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;
		}		

/* Easy Slider */

	#slider{
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}	
	#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:945px;
	height:240px;
	overflow:hidden;
		}	
	#nextBtn a{
	height: 200px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
		}	
		
			#prevBtn, #nextBtn{
		}	
		
		
		        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }