.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 430px; /*width of featured content slider*/
	height: 315px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 430px; /*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;
}

.pagination{
	width: 420px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #BEB39F;
	padding: 5px;
	margin-top: 5px;
	height: 15px;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CFC8B6;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
	color: #CCCCCC;
	background-color: #666666;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.NewsRot {
	height: 315px;
	width: 430px;
	background-color: #999999;
}

.photo-meta-data							{
	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;
}
