.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 720px; /*width of featured content slider*/
height: 241px;
}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: transparent;
width: 720px; /*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;*/
cursor: pointer;


}

.pagination{
width: 720px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 35px;
margin-top: 10px;
margin-bottom: 10px;


}

.pagination a {

text-decoration: none; 
display: block;
float: left;
margin: 0px;

}

.pagination a:hover, .pagination a.selected{

}

.pagination a.prev {
	
	
	height: 12px;
	width: 13px;
	color: #000;	
padding-top: 2px;
	font-size: 10px;


}


.pagination a.next {
	

	height: 12px;
	width: 13px;
	color: #000;	
padding-top: 2px;

	font-size: 10px;

	margin-left: 3px;
}

.pagination a.prev:hover {
	color: green;
}


.pagination a.next:hover {

	color: green;
}

.pagination a.toc {
	background-color: #c7c8c9;
	width: 12px;
	padding-top: 2px;
	font-size: 10px;
	border: 1px solid transparent;
		
	text-align: center;
	
	margin-left: 3px;
}

.pagination a.toc:hover {
	border: 1px solid black;
}



h1.fmaheading {

font-family: 'BlueHighwayRegular';
	font-size: 70px;
	color: #009966;

font-weight: normal;
line-height: 50px;
text-transform: uppercase;
width: 450px;
margin-left: 15px;
margin-top: 20px;


}

h2.fmasubheading {
margin-top: -10px;
	color: #606365;
	width: 375px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 13px;


}

div.fmatext {

position: absolute; 
z-index: 40;


}

div.fmaimage {

position: absolute; 
z-index: 30;


}

