/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider {
	position: relative;
	z-index: 10;
}
	#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:935px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:25;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	margin:0px 0;
	padding:0;
	height:22px;
	position:absolute;
	left:10px;
	top:250px;
	z-index:9999;
	/*background-image: url(../images/mainPageFocusBG.png);
	background-repeat: repeat-x;
	background-position: left top;*/
		}
	ol#controls li{
	margin:0 0px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:22px;
	line-height:22px;
		}
	ol#controls #controls2 a, ol#controls #controls3 a{
	float:left;
	height:22px;
	line-height:22px;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	background-image: url(../images/mainPageFocusBG.png);
	background-repeat: repeat-x;
	background-position: left top;
		}
	ol#controls li.current a{
	color:#000 !important;
	/*background-image: url(../images/mainPageFocusBG.png);
	background-repeat: repeat-x;
	background-position: left top;*/
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#controls #controls1 a {
	float:left;
	height:22px;
	line-height:22px;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	background-image: url(../images/mainFocusLeftSide.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#controls #controls4 a {
	float:left;
	height:22px;
	line-height:22px;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	background-image: url(../images/mainFocusRightSide.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
/* // Easy Slider */
#slider {
	position: absolute;
	top:-20px;
}
