/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider2prev, #slider2next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
    /* // image replacement */				

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width: 462px;
		height: 204px;
		overflow:hidden; 
		}	
	#slider2 li{ 
		width: 738px;
		height: 135px;
		overflow:hidden; 
		}
	#prevBtn, #nextBtn,
	#slider2next, #slider2prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0;
		top:50px;
		z-index:1000;
		}	
	#nextBtn, #slider2next{ left:808px;	}														
	#prevBtn a, #nextBtn a,
	#slider2next a, #slider2prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/sliders/left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider2next a{ background:url(../images/sliders/right.png) no-repeat 0 0;}	
		
	/* numeric controls */	

	ol#controls{
		margin: 0;
		padding:6px 12px 0 0;
		float: right;	
		}
	ol#controls li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:10px;
		}
	ol#controls li a{
			float:left;
			height:10px;
			width: 10px;
			line-height:10px;
			border:0;
			background:#fff url(../images/sliders/dot.gif) no-repeat 0 0;
			padding:0;
			text-decoration:none;
		}
	ol#controls li a span {display: none;}
	ol#controls li.current a { background: url(../images/sliders/dot-active.gif) no-repeat 0 0;}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#banner {
background:url(../images/sliders/bg-banner.png) no-repeat 0 0;
width: 462px;
height: 229px;
padding: 10px 10px 0 11px;
margin: 0 0 5px;
position:relative;
}
#updates {
background:url(../images/sliders/bg-updates.png) no-repeat 0 0;
width: 738px;
height: 135px;
padding: 15px 50px 0;
position:relative;
}
#updates h2 {
font: bold 24px "Arial", Helvetica, sans-serif; 
margin: 10px 0 15px;
padding: 0;
color: #462e7c;
float: none;
width: auto;
}
#updates h2 span { font-size: 15px;}
#updates p { padding: 0;}
#updates p a { font-weight: bold;}
