
	img{border:none;}
		
	
			
	#slider-shell{
		width:406px;
		position:relative;
		float:left;
		margin:10px 0 0 18px;
		}			

/* Easy Slider */

	#slider{padding-top:2px;}	

	#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:406px;
		height:202px;
		overflow:hidden; 
		}	

		
	/* numeric controls */	

	ol#controls{
		padding:0;
		margin:0;
		position:absolute;
		top:0;
		right:0;
		}
	ol#controls li{
		margin:0 2px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		font-family:arial;
		font-size:11px;
		float:left;
		background:#00aadb;
		color:#FFF;
		padding:0 4px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#0a84d1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
