.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 450px; /*width of featured content slider*/
	height: 250px;
	border-top: 10px solid #F3F3F3;
	border-right: 10px solid #F3F3F3;
	border-bottom: 6px solid #F3F3F3;
	border-left: 10px solid #F3F3F3;
}

.sliderwrapper_outside {
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 460px; /*width of featured content slider*/
	height: 280px;
	border: 1px solid #999999;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 450px; /*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: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	background: #f3f3f3;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #C9C9C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.photo-meta-data-RIGHT {
	height: 200px;
	position: relative;
	z-index: 9999;
	color: #666666;
	margin-top: -220px;
	font-size: 2em;
	line-height: 1.1em;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 220px;
	text-decoration: none;
}
.photo-meta-data-LEFT {
	height: 220px;
	position: relative;
	z-index: 9999;
	color: #666666;
	font-size: 2em;
	line-height: 1.1em;
	width: 225px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: -220px;
	text-decoration: none;
}
.photo-meta-data span { 
	font-size: 13px; 
}
#container {
	height: 296px;
	width: 470px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
