/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li, #slider p {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:272px;
		overflow:hidden; 
		}												
		
	/* numeric controls */	

	ol#controls{
		font-size: 9px;
		margin: -25px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		height:12px;	
		
		float:right;
		position:relative;

		}
	ol#controls ul {
		margin:0;
		padding: 0px;
	}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;

		}
	ol#controls li a{
		float:left;
		height:12px;
		width: 12px;
		background:url(images/bt_1.png);
		text-decoration:none;
		}
	ol#controls li.current a{
		float:left;
		height:12px;
		width: 12px;
		background:url(images/bt_2.png);
		text-decoration:none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */