﻿.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is
	width: 290px; /*width of featured content slider*/
	height: 70px;
	font-family: Verdana;
	font-size: 10px;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	/*filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
}


.pagination{
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/*height: 10px;*/
	text-align: right;
	/*background-color: navy;*/
	/*padding: 0px 0px;*/
	font-family: Verdana;
	font-size: 10px;
}


.pagination_menu{
	width: 10px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/*height: 10px;*/
	text-align: right;
	/*background-color: navy;*/
	/*padding: 0px 0px;*/
}


.pagination a{
	padding: 0 0px;
	font-family: Verdana;
	font-size: 8px;
	text-decoration: none; 
	color: #00007D;
	/*background: white;*/
}


.pagination_menu a{
	padding: 0 0px;
	font-family: Verdana;
	font-size: 8px;
	text-decoration: none; 
	color: #00007D;
	/*background: white;*/
}


.pagination a:hover, .pagination a.selected{
	color: #000000;
	/*background-color: #FFFFFF;*/
	font-family: Verdana;
	font-size: 10px;
}


.pagination_menu a:hover, .pagination a.selected{
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}
