﻿/*//////////////////////////////////////
//////         Easy Slider        //////
//////////////////////////////////////*/


/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

#featured_headline {
	padding:10px 0 10px;
	margin:0 0 0 35px;
	background:url(../Images/bkg-feature-box.jpg) no-repeat;
}
	
	#featured_headline ul, #featured_headline li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		width:680px;
		}
	#slider2{margin-top:1em;}
	#featured_headline li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:680px;
		height:250px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:17px;
		height:17px;
		position:relative;
		left:0px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:227px;
		top:-167px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:17px;
		height:17px;
		background:url(../images/arrow-prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/arrow-next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:0;
		height:20px;
		width:120px;
		position: relative;
		top:-45px;
		left:340px;
		float:left;
		background:url(../images/feature_banner.png) no-repeat;
		}
	ol#controls li{
		margin:5px 5px 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		width: 20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		width:20px;
		background:url(../Images/feature-circle-50.png) no-repeat;
		color:#555;
		padding:0;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:url(../Images/feature-circle-100.png) no-repeat;
		float:left;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* END Easy Slider */
