.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 650px; /*width of featured content slider*/
margin:	0px;
}

.sliderwrapper .contentdiv{
margin:	0px;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 			20px;
background: 		#DCDCDC;
width: 610px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	text-align: 			left;
	height:					26px;
	padding:				0px;
	margin:					0px;
}

.pagination a{
	font-family: 		 	Arial, Helvetica, sans-serif;
	font-size: 			 	10px; 
	line-height: 		 	26px; 		
	padding-left: 			30px;
	padding-right: 			10px;
	padding-top: 			5px;	
	padding-bottom: 		5px;		
	text-decoration: 		none; 
	color: 					#FFFFFF;
	background:				#C8C8C8;	 		
	text-decoration: 		none; 
	margin-right:			2px;
	margin-bottom:			0px;
	background-image: 		url("../images/content_normal.gif"); 
	background-repeat:		no-repeat;
	background-position:	top left;	
}

.pagination a:hover{
	font-family: 		 	Arial, Helvetica, sans-serif;
	font-size: 			 	10px; 
	line-height: 		 	26px; 		
	padding-left: 			30px;
	padding-right: 			10px;
	padding-top: 			5px;
	padding-bottom: 		5px;		
	color: 					#FFFFFF;
	background:				#C8C8C8;	 		
	text-decoration: 		none; 
	margin-right:			2px;
	margin-bottom:			0px;	
	background-image: 		url("../images/content_normal.gif"); 
	background-repeat:		no-repeat;
	background-position:	top left;		
}

.pagination a.selected {
	font-family: 		 	Arial, Helvetica, sans-serif;
	font-size: 			 	10px; 
	line-height: 		 	26px; 		
	padding-left: 			30px;
	padding-right: 			10px;
	padding-top: 			5px;
	padding-bottom: 		5px;		
	color: 					#FFFFFF;
	background: 			#DCDCDC;
	text-decoration: 		none; 
	margin-right:			2px;
	margin-bottom:			0px;	
	border-right: 			1px solid silver;
	background-image: 		url("../images/content_selected.gif"); 
	background-repeat:		no-repeat;
	background-position:	top left;		
}

.maplink {
	color:		red;
	text-align:	right;
};
