/* HOME PAGE SLIDEHSOW STYLING FOR www.spanagifts.org */

#slider{
	width:698px;
	height:238px!important;
	border:1px solid #232323;
	display:block;
	position:relative;
	overflow:hidden;
	clear:right;
	display:block;
	margin-bottom:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px!important;
  border-radius: 10px;
}
#slider ul li{
	overflow:hidden;
	display:block;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 238px!important;
}


/* 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: 27px;
    width: auto;
    float: left;
    position: relative;
    margin-top: -70px;
    padding-left: 21px;
    z-index: 1;
		}	
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:27px;
		line-height:27px;
		margin-bottom:-15px;
		}
	ol#controls li a{
		float:left;
		height:27px;
    width: 27px;
		line-height:27px;
		border:1px solid #b3bfa7;
		background:#EEE9D2;
		color:#2c4d2c;
		text-decoration:none;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
		}
	ol#controls li.current a{
		background:#C31230;
    border-color: #C31230;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
