/* Easy Slider */

	#slider ul, #slider li {
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 900px;
		height: 350px;
		overflow: hidden;
		margin: 0 0 0 0;
		padding: 0 0 0 0; 
		list-style: none;
		float: left;
		}	
	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:780px;
		height:480px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev { 
		display:block;
		width:100px;
		line-height: 25px;
		text-align: center;
		z-index:1000;
		float: left;
		font-family: Garamond, 'Apple Garamond', 'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
		font-size: 1.4em;
		text-transform: uppercase;
		position: relative;
		top: -25px;
		
		}	
	#nextBtn, #slider1next { 
		float: right;
		}
	#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
		display:block;
		background: url(../images/background-bucket-text.png) repeat;
		color: #FFF;
		}	
	#prevBtn a:hover, #nextBtn a:hover, #slider1next a:hover, #slider1prev a:hover {  
		background: url(../images/background-bucket-text-hover.png) repeat;
		}	
			
/* numeric controls */	

	ol#controls {
		margin:0 0 0 22px;
		padding:0 0 0 0;
		list-style:none;
		height:25px;
		line-height:25px;
		position: absolute;
		top: 385px;
		z-index: 200px;	
		float:left;
		}
	ol#controls li {
		margin:0 6px 0 0; 
		padding:0 0 0 0;
		float:left;
		}
	ol#controls li a {
		float:left;
		height:25px;
		line-height:25px;
		background: url(../images/background-bucket-text.png) repeat;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li a:hover {
		background: url(../images/background-bucket-text-hover.png) repeat;
		color:#aa956b;
		}
	ol#controls li.current a {
		background: url(../images/background-bucket-text-hover.png) repeat;
		color:#aa956b;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {outline:none;}
	
/* // Easy Slider */