
	img{border:none;}

    /* // image replacement */
			
	#slide-container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:499px;
		background:#fff;		
		margin-bottom:2em;
		}	
			
	#slide-content{
	position:relative;	
		}	
#xContainer {
	position:absolute;
	height:290px;
	overflow:hidden;
}		
#xSlide {
position:relative;
top:250x;
background:#fffed7;
padding:5px;
}	
#xShade {
	position:relative;
	top:241px;
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7C753;
	*/
}	
#xFreeStuff {
	position:relative;
	top:300px;
	height:625px;
}
.xFrame {
	/* background-color: #C53A01;
	border: 1px solid #F7C753;
	*/
}
/* 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:499px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:18px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:18px;
	line-height:18px;
	border:1px solid #EFC45B;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	background-color: #EFC45B;
		}
	ol#controls li.current a{
		background:#C53A01;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */