/* Easy Slider */

	#sliderWrapper {padding-left: 25px; padding-top: 15px;
		width:875px;
		}
	#slider {background-color: #2a2116; width:850px;
		}
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li, #slider li div{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:264px;
		overflow:hidden; 
		}
		
		#slider div { height: 264px; width: 850px; }
		#slider h2 {font-family: 'EB Garamond', serif; font-weight: 100; font-size: 27px; line-height: 30px; padding: 20px 20px 0 0px;  margin-left: 595px;}
		#slider p {font-size: 12px; color: #fff; padding: 7px 20px 0px 0px; line-height: 140%; margin-left: 595px;}
		#slider a {color: #dbb82c; text-decoration:none}
		#slider a:hover {color: #3CC}
		
		
	#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(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	#centered {text-align:center; width: 850px; background-color: #f9f5e7; overflow: hidden;}
	
	ol#controls{
		float: left;
    	left: 50%;
		position: relative;
		margin: 0 auto;
		padding:0;
		height:25px;
		background-color: #f9f5e7;
		text-align:center;
		
		}
	ol#controls li{
		position: relative;
		right: 50%;
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:25x;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:25px;
		width: 12px;
		text-indent: -9999px;
		overflow: hidden;
		color:#555;
		padding:0;
		text-decoration:none;
		background:url(../images/bullets.png) 0 0;
		}
	ol#controls li.current a{
		background-position: 12px 0px;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */