.sliderwrapper{
direction:ltr;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 540px; /*width of featured content slider*/
height: 195px;
}



.contentdiv{
visibility: hidden; /*leave as is*/
padding: 5px;

width: 540px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 195px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

text-align:left;
}

.pagination{
width: 185px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 9px 15px 0px 0px;
margin-top:-40px;
margin-left:0px;
z-index:1000;
position:relative;
margin-bottom:15px;
background-color:#2E4D84;
height:31px;
}


*html .pagination{
margin-left:-0px;
width: 200px; 
height:40px;
}


.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
}

.pagination a font{
	display:block;
	background: top left no-repeat url('../img/SliderNum.jpg');
	width:14px;
	height:16px;
	
	padding:5px 7px 0px 0px;
	
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
	line-height:10px;
	float:right;
	
	margin-right:3px;
	
	vertical-align:middle;
	
	cursor:pointer;
}


*html .pagination a font{
	width:21px;
	height:21px;
}


a.selected font{
	background: top left no-repeat url('../img/SliderNumOn.jpg');
	width:13px;
	
	padding:5px 8px 0px 0px;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);*/
}


*html a.selected font{
	background: top left no-repeat url('../img/SliderNumOn.jpg');

	padding:4px 8px 0px 0px;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);*/
}




.textmsg{
	display:inline-block;
	margin-top:155;
	margin-left:0px;
	height:35px;
	width:330px;
	text-align:right;
	
	font-family:arial;
	font-weight:bold;
	font-size:12;
	color:#ffffff;
	
	background-color:#193F7D;
	
	padding-right:10px;
	padding-top:5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
}


*html .textmsg{
	margin-top:155px;
	height:40px;
	width:340px;
	
	filter:alpha(opacity=80);
}

