#slider {
	position:relative;
	background:transparent url(loading.gif) no-repeat 50% 50%;
}
	#slider ul, #slider li{
		position: relative;
		margin:0;
		padding:0;
		list-style:none;
		z-index: 100;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:680px;
		height: 200px;
		overflow:hidden; 
		}	
	/* numeric controls */	

	ol#controls{
		position: absolute;
		margin-top: -35px;
		margin-left:520px;
		z-index: 111;
		padding:10px 0 0 22px;
		height:22px;
		width:150px;
		}
	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		background:url(slider_point01.png) no-repeat 0 0;
		width:19px; 
		height:18px;
	}
	ol#controls li.current a{
		width:19px; 
		height:18px;
		background:url(slider_point02.png) no-repeat 0 0;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
