body {
	margin:0;
	line-height:100%;
}
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:11px "Verdana", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:224px;
	
	}		

/* Easy 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:224px;
		height:120px;
		overflow:hidden; 
		}

	
	span#prevBtn A {
	background-image:url(pics/rewindred.gif);
	background-repeat:no-repeat;
	height:9px;
	width:9px;
	
	
	}
	span#prevBtn A:hover {
	background-image:url(pics/rewindred.gif);
	background-repeat:no-repeat;
	height:9px;
	width:9px;
	}
	
	span#nextBtn A {
	background-image:url(pics/forwardred.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	height:9px;
	width:9px;
	}
	span#nextBtn A:hover {
	background-image:url(pics/forwardred.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	height:9px;
	width:9px;
	}			

/* // Easy Slider */
