

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		width:720px;
		}

	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		
		}	
			
	/* numeric controls */	
	#slidernav
	{
		float:left;
		width:720px;
		
		}

	ol#controls{
		margin:0px auto 0 auto;
		height:17px;
		text-align:center;
		width:190px;
		
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:17px;
		line-height:17px;
		}
	ol#controls li a{
		float:left;
		height:17px;
		width:17px;
		text-indent:-9999px;
		text-decoration:none;
		background:url(images/bullet_na.gif) no-repeat top;
		}
	ol#controls li.current a{
		color:transparent;
		background:url(images/bullet_a.gif) no-repeat top;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


	p#controls{
		margin:0;
		position:relative;
		} 
	
	
	
/* // Easy Slider */