#slider-wrapper {
margin-top: -20px;
	}
.pad-20 {
	padding: 20px;
}
#slider li {
	font-size: 1.3em;
	line-height: 1.7em;
}
	#slider li img {
		margin-right: 15px;
	}
	#slider li p, #slider li h3 {
		margin-top: 0;
	}
#slider {
	background: #EBDFAF url('/fc/images/sliderbg.png') repeat scroll top left;
	overflow: hidden;
}
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	background: #EBDFAF url('/fc/images/sliderbg.png') repeat scroll top left;
		width: 600px;
		height: 280px;
		overflow: hidden;
	}	

	div#controls {
		margin:0;
		position:relative;
	}
	
	#prevBtn, #nextBtn { 
		bottom: 15px;
		display:block;
		height: 28px;
		margin:0;
		overflow:hidden;
		position: absolute;
		text-indent:-8000px;	
		width: 28px;
	}
	#prevBtn {
		right: 43px;
	}
	#nextBtn {
		right: 15px;
	}
	#prevBtn a, #nextBtn a {  
		display: block;
		width:28px;
		height:28px;
		background:url('/fc/images/slider_left.png') no-repeat 0 0;	
	}	
	#nextBtn a, #nextBtn2 a{ 
		background:url('/fc/images/slider_right.png') no-repeat 0 0;	
	}							