/* HOME PAGE SLIDEHSOW STYLING FOR www.spanagifts.org */

#slider{
	width:698px;
	height:280px;
	border:1px solid #ccc;
	display:block;
	position:relative;
	overflow:hidden;
	clear:right;
	display:block;
	margin-bottom:20px;
}


/* 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:698px;
		height:280px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:28px;
		width:auto;
		float:right;
		position:relative;
		margin-top:-60px;
		padding-left:540px;
		z-index:1;
		}	
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		margin-bottom:-15px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #b3bfa7;
		background:#b3bfa7;
		color:#2c4d2c;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#2c4d2c;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}