
 .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            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;
		}
	#slider2{}
	#slider li {
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:624px;
		height:200px;
		overflow:hidden; 
		}	
		
#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:200px;
		overflow:hidden; 
}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(/wp-content/themes/urac/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/wp-content/themes/urac/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin-top: -20px;
		margin-left: 10px;
		padding:0;
		height:7px;	
		z-index: 999;
		}
	ol#controls li{
		background:url(/wp-content/themes/urac/images/slider/white.png) no-repeat 0 0;
		margin:0 4px 0 0; 
		padding:0;
		display: inline-block;
		list-style:none;
		height:10px;
		width: 10px;
		overflow: hidden;
		 text-indent:-8000px;
		}
	ol#controls li a{
		background:url(/wp-content/themes/urac/images/slider/white.png) no-repeat 0 0;
		float:left;
		height:10px;
		width: 10px;

		color:#555;
		padding:0 0px;
		text-decoration:none;
		overflow: hidden;
		 text-indent:-8000px;
		
		}
	ol#controls li.current a{
		background:url(/wp-content/themes/urac/images/slider/yellow.png) no-repeat 0 0;

		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* overlay */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
}
.overlay .overlayClose {
	background: #08598e;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0c86d6), color-stop(100%, #08598e));
	background: -webkit-linear-gradient(top, #0c86d6, #08598e);
	background: -moz-linear-gradient(top, #0c86d6, #08598e);
	background: -o-linear-gradient(top, #0c86d6, #08598e);
	background: linear-gradient(top, #0c86d6, #08598e);
	position: absolute;
	top: -15px;
	right: -15px;
	color: #FFF;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border: 2px solid #EEE;
}
.overlay .overlayBody {
	position: absolute;
	width: 560px;
	margin-left: -300px;
	top: 30px;
	left: 50%;
	background: #FFF;
	padding: 15px;
	font-size: 120%;
	line-height: 1.7em;
	border: 1px solid #444;
	box-shadow: 0 0 3px #444;
}
.overlay iframe {
	width: 100%;
	height: 550px;
	border: none;
}
.overlay .overlayBody h2 {
	text-transform: uppercase;
	margin-top: 10px;
}
