/* CSS Document */
/* Banner Cycle */
/*Drewsky Designs*/
#pager a {
	 background: url(http://www.rvsupplywarehouse.com/images/pager_bg.gif) bottom center no-repeat; 
	 margin:0 5px 5px 5px; 
	 padding:5px 10px; 
	 color:#B2D281 ; 
	 text-decoration:none; 
	 line-height:25px;
	 
	 
}
#pager a.activeSlide { 
	background: url(http://www.rvsupplywarehouse.com/images/pager_bg_active.gif) bottom center no-repeat; 
	padding:5px 10px;  
	margin:0 5px 5px 5px; 
	color:#B2D281; 
	text-decoration:none; 
	line-height:25px;
	
}
#pager a:focus { 
	outline: none; 
}
#banner-cycle {
	height:  114px;  
	width:   400px;
	margin:0;
	padding:9px;
	background:#B2D281;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:100%;
	
}
#banner-cycle .block {
	border:none;
	margin:0 0 0 0;
	background:#B2D281;
	width:95%;
}
