img{border:none;}

/*Featured area*/

#prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
			
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:960px;
	height:350px;
	overflow:hidden; 
}	
#slider .feature-image-area{
	float:left;
	width:650px;
	height:350px;
	overflow:hidden;
	z-index:1;
	background:url(../images/featured/feature-background.gif) no-repeat 0 0;)
}
#slider .feature-image{
	margin:24px 0 0 26px;
	z-index:2;
}
#slider .feature-text{
	float:right;
	width:295px;
	height:340px;
	padding:20px 0 0 0;
}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
display:block;
width:37px;
height:37px;
position:absolute;
left:-65px;
top:155px;
z-index:1000;
}	
#nextBtn, #slider1next{ 
left:985px;
}														
#prevBtn a, #slider1prev a{  
display:block;
position:relative;
width:37px;
height:37px;
background:url(../images/featured/btn_prev.gif) no-repeat 0 0;	
outline:none;
}
#prevBtn a:hover, #slider1prev a:hover{  
background-position: 0 -37px;	
}
#nextBtn a, #slider1next a{ 
display:block;
position:relative;
width:37px;
height:37px;
cursor:pointer;
background:url(../images/featured/btn_next.gif) no-repeat 0 0;
outline:none;	
}	
#nextBtn a:hover, #slider1next a:hover{ 
background-position: 0 -37px;		
}	
#view-eventBtn a {  
display:block;
position:relative;
width:136px;
height:38px;
background:url(../images/buttons/event-btn.png) no-repeat 0 0;	
outline:none;
}
#view-eventBtn a:hover{  
background-position: 0 -43px;	
}
/* numeric controls */	
	ol#controls{
		margin:0;
		padding:5px 0 5px 20px;	
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:30px;
		line-height:30px;
		border:1px solid #ccc;
		background:#dee2e2;
		color:#666;
		padding:0 12px;
		text-decoration:none;
		}
		ol#controls li a:hover{
		background:#999;
		color:#fff;
		}
	ol#controls li.current a{
		background:#032366;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, a:hover,#nextBtn a:focus{outline:none;}
	
/* // end numeric controls styles */

