/* ========================================

	Jquery Easy Slider
		Author: Alex Grakalic
		Location: http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding

		Modified by: T Scott Phelps
		Date: March 2009

		Client: Bridging the Gap --  www.bridgingthegap.org
	
========================================*/

#slider ul, #slider li { 
	margin:0;
	padding:0;
	list-style:none;
	}	

#slider, #slider li{ 
	height:190px;
	width:510px;
	overflow:hidden;
	}	

#slider{ 
	margin-left:20px;
	border-left: 1px solid #92AA56;
	border-right: 1px solid #92AA56;
	border-top: 1px solid #92AA56;
	}	

#prevBtn, #nextBtn{ 
	z-index: 10;
	width:30px;
	height:34px;
	position: relative;
	}	

#prevBtn, #nextBtn{ 
	margin-left: 50px;
	}			
	
#prevBtn a, #nextBtn a{  
	font-size: 14px;
	line-height: 34px;
	color: #000;
	padding: 0 5px;
	}	

#nextBtn a:hover, #prevBtn a:hover {
	text-decoration: underline;
	background-color: transparent;
	}								


/* // slider */													

.col strong, .full strong{
padding:0 2px;
background:#f1f1f1;
}

.col a, .full a{
font-weight:bold;
text-decoration:underline;
}		


.full ul, .full li{
margin:0;
padding:0;
list-style:none;
}

.full li{
padding:3px 15px;
background:#f1f1f1;
margin-bottom:1px;
}		

#slider-foot {
	background: url(/images/btg_slider_bg.jpg) 0 0 repeat-x;
	height: 36px;
	border-left: 1px solid #92AA56;
	border-right: 1px solid #92AA56;
	border-bottom: 1px solid #92AA56;
	width: 510px;
	margin: -38px 0 0 20px;
	position: relative;
	z-index: 1;
	}

	#slider-foot span {
		color: #000;
		font-size: 11px;
		margin: 0 0 0 20px;
		line-height: 36px;
		position: absolute;
		right: 10px;
		}