.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 290px; /*width of featured content slider*/
	height: 230px;
	margin-bottom: 5px;
}
.sliderwrapper img {
	height: auto;
	width: 290px;
}




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





#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
	border: 2px solid #FABB00;
}

#paginate-slider4 a img{
	width: 64px;
	height: 50px;
	border: 2px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
}


.photo-meta-data							{
	height: 60px;
	position: relative;
	z-index: 9999;
	color: white;
	background-image: url(../images/transpBlack.png);
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: -190px;
}
.photo-meta-dataTitu {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.photo-meta-dataFec {
	font-size: 11px;
	color: #666666;
	text-align: left;
	background-color: #F3F3F3;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
