
/* Easy Slider */

	#slider {}
	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		 
		width:715px;
		height:345px;
		overflow:hidden; 
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:53px;
		height:53px;
		margin:-230px auto 0 10px;
		text-indent: -99999px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		margin-left:653px;
		margin-top:-44px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:53px;
		height:53px;
		background:url(Scripts/easyslider/images/arrows.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(Scripts/easyslider/images/arrows.png) no-repeat -53px 0;	
		}	
		
	/* numeric controls */	

	ul#controls{
		margin:0 auto 0 250px;
		padding:10px 0 0 0;
		height:18px;
		z-index: 100;
		}
	ul#controls li.numeric{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		width: 22px;
		}
	ul#controls li.numeric a{
		float:left;
		height:22px;
		width: 22px;
		color:#555;
		background-image: url(Scripts/easyslider/images/bullets.png);
		background-position: 0 0px;
		background-repeat: no-repeat;
		text-decoration:none;
		text-indent: -9999px;
		display: block;
		}
	ul#controls li.numeric.current a{
		color:#fff;
		height:22px;
		width: 22px;
		background-image: url(Scripts/easyslider/images/bullets.png);
		background-position: 0 -22px;
		background-repeat: no-repeat;
		display: block;
		}
		
	ul#controls li.numeric a:hover{
		background-image: url(Scripts/easyslider/images/bullets.png);
		background-position: 0 -22px;
		background-repeat: no-repeat;
		b
		}
		
	ul#controls li.numeric a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	