/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:32px;
		position: absolute;
		bottom: 15px;
		left: 30px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:32px;
		width: 32px;
		display: block;
		text-indent: -9999px;
		background: url(../img/slider-bullet.png) no-repeat;
		text-decoration:none;
		}
	ol#controls li.current a{
		background-position: -38px 0;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */