

.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: #fff;
	width: 390px; /*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
{
	width: 542px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	/*background-color: navy;*/
	padding: 1px 1px;
	font-family: tahoma;
	font-size: xx-small;
}

.pagination a
{
	padding: 0 5px;
	text-decoration: none; 
	color: #fff;
	background: #00529B;
}

.pagination a:hover, .pagination a.selected
{
	color: #000;
	background-color: #FEE496;
}
h2   
{ 
	font-family: Arial, Helvetica; 
	font-size: x-large; 
	/**color: #718DA0;**/
	color: #000000;
}

.contentdesc
{
	font-family: tahoma;
	font-size: x-small;
	background-color: #000000;
	color: #FFFFFF;
}
.contentdesc A, .contentdesc A:Hover, .contentdesc A:Visited, .contentdesc A:Active
{
	font-family: tahoma;
	font-size: x-small;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}