#controls1 a{background-position:0 0 !important; right:270px;}
#controls1 a:hover,  #controls1.current a{background-position:0 -125px !important; }
#controls2 a{background-position:-125px 0 !important; right:145px}
#controls2 a:hover,  #controls2.current a{background-position:-125px -125px !important; }
#controls3 a{background-position:-250px 0 !important; right:20px;}
#controls3 a:hover,  #controls3.current a{background-position:-250px -125px !important; }


/* Easy Slider */
	#slider {	height:438px; overflow:hidden; }
	#slider li{ 
		width:775px;
		height:438px;
		overflow:hidden; 
		}	
	
	/* numeric controls */	

	ol#controls{
		position:absolute; bottom:0;
		background:url(../images/trans_bg.png) repeat; width:775px; height:125px;	
		}
	ol#controls li{
		float:left;
		line-height:28px;
		z-index:9999;
		}
	ol#controls li a{
		float:left; width:125px;
		height:125px; line-height:125px; text-align:center;
		background:url(../images/banner_nav.png) no-repeat;
		font-size:0; position:absolute; z-index:9999;
		transition-property:none !important;
		-webkit-transition-property:none !important;
		-moz-transition-property:none !important;
		-o-transition-property:none !important;
		
		
		}
	ol#controls li.current a{
		color:#fff;
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */