@charset "utf-8";
/* CSS Document */

img {
	border:none;
}

/* Easy Slider */

	/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#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:800px;
		height:318px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:16px;
		height:16px;
		position:absolute;
		right:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:550px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:16px;
		height:16px;
		background:#fff no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:#fff no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:24px;	
		margin-right:25px;
		margin-top:-40px;
		}
	ol#controls li{
		margin:0 7px 0 0;
		padding:0;
		float:right;
		list-style:none;
		height:24px;
		line-height:24px;
		}
	ol#controls li a{
		float:left;
		height:24px;
		line-height:24px;
		background:;
		color:#6f8c4b;
		padding:0 7px;
		text-decoration:none;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		}
	ol#controls li.current a{
		background:#6f8c4b;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* // image replacement */
			
	#slidercontainer{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:750px;
		background:#fff;		
		margin-bottom:2em;
		}				
	#slidercontent{
		position:relative;
		}			
		
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
	
/* // Easy Slider */