.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 381px; /*width of featured content slider*/
	height: 360px;
}

.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 381px;
	height: 360px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.sliderwrapper .contentdiv img
{
    width:381px;
	height:360px;
    
    
}
.pagination
{
	width: 370px; /*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: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected
{
	color: #000000;
	background-color: #FEE496;
}
h2   
{ 
	font-family: Arial, Helvetica; 
	font-size: x-large; 
	/**color: #718DA0;**/
	color: #FFFFFF;
}

.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;
}
