/*body {
	margin:0;
	padding:40px;
	background:#fff;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
}
h1{
	font-size:180%;
	font-weight:normal;
	}
h2{
	font-size:160%;
	font-weight:normal;
	}	
h3{
	font-size:140%;
	font-weight:normal;
	}	
img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}	*/	

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		/*font-size:10px;*/
		}
	#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:500px;
		height:360px;
		overflow:hidden; 
		}
	span#prevBtn{
		width:220px;
		display:inline-block;
		font-size:10pt;
		text-align:right;
		padding:0 15px;
	}
	span#nextBtn{
		display:inline-block;
		font-size:10pt;
		text-align:left;
		width:220px;
		padding:0 15px;

	}					

/* // Easy Slider */