.sliderwrapper{
position: relative; 
overflow: hidden; 

width: 760px; 
height: 238px;
z-index:-1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 760px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 238px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;


}
#leftarrow
{
background:url(../images/menubg.png) repeat-x top left;
border-left:0px;
text-align:left;
}
#rightarrow
{
background:url(../images/menubg.png) repeat-x top left;
border-right:0px;
text-align:right;
}
.pagination{

		
width: 760px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #315871;
background:url(../images/menubg.png) repeat-x top left;

}

.pagination a{
vertical-align:top;

		border-right: 1px solid #5a798d;
		border-left: 1px solid #5a798d;*/
		text-align:center;
		
		text-decoration: none; 
		color: #00007D;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display:inline-block;
		width:90px;
		height:32px;
		
}

.pagination a:hover, .pagination a.selected{

		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background:url(/images/moreabout.png);
		
}


#slideshow 
{
	font-size: 13px;
	font-weight:bold;
text-align:center;
	width:65px;
	color: #ffffff;
	border-right: 2px solid #5a798d;
	border-left: 2px solid #5a798d;
}
#slideshow a:link
{

	display: block;
	
	width:20px;
	color: #ffffff;
	background-color: #315871;
	
}



#slideshow a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#slideshow a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #DD5900;
}
