.sliderwrapper01{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 423px; /*width of featured content slider*/
	height: 235px;
}



.sliderwrapper01 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 423px; /*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;
}
.pagination01{
	width: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #003300;
	padding: 5px;
	margin-top: 8px;
	height: 15px;
}
.pagination01  a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004200;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 14px;
}

.pagination01 a:hover, .pagination01 a.selected{
	color: #CCCCCC;
	background-color: #333333;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
.NewsRot01 {
	height: 273px;
	width: 423px;

}
.photo-meta-data01							{
	height: 50px;
	position: relative;
	z-index: 9999;
	color: white;
	background-image: url(../images/transpBlack.png);
	margin-top: -50px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

