h3{
	font-size:120%;
	color:#222;
	font-weight:bold;
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing:-1px;
	}
	

pre{
	display:block;
	font:12px "Lucida Grande",Arial,Helvetica,sans-serif;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:600px;
	}		

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:610px;
		height:250px;
		overflow:hidden; 
		}
	#slider li{ 
		background:#fff;
		}		
	#slider li h2{ 
		margin:0px;
		padding-top:0px;
		color:#333;
		}	
	#slider li p{ 
		margin:0px;
		color:#333;
		}				
	span#prevBtn{
		color:#61c4f5;
		text-decoration:none;}
	span#nextBtn{
		color:#61c4f5;
		text-decoration:none;}
	
	a {
	color:#F90;
	text-decoration:none;
	}
	
	a:hover {
	background-color:#F90;
	color:#FFF;
	}

