.featured-photo-pager {
	position: relative;
	margin-bottom: 1em;
	zoom: 1; /* IE6 hack */
}

.featured-photo-pager img {
	display: block;
	border: 1px solid #eee;
	padding: 6px;
	background-color: #fff;
	height: 200px;
	width: 786px;
}

.user-featured img {
	height: 400px;
}

.featured-photo-pager a.featured-photo-pager-next,
.featured-photo-pager a.featured-photo-pager-prev,
.featured-photo-pager .featured-photo-details {
	background: #000;
	font-size: 11px;
	position: absolute;
	bottom: 7px;
	font-family: sans-serif;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#doc .featured-photo-pager .featured-photo-details a:link,
#doc .featured-photo-pager .featured-photo-details a:visited,
.brightness-light #doc .featured-photo-pager .featured-photo-details a:link,
.brightness-light #doc .featured-photo-pager .featured-photo-details a:visited {
	color: #ccc;
}

.featured-photo-pager span span { color: #444; }

.featured-photo-pager .featured-photo-details {
	padding: 6px 9px 4px 6px;
	left: 7px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.featured-photo-pager a.featured-photo-pager-next {
	padding: 6px 6px 4px 6px;
	right: 7px;
	width: 16px;
	overflow: hidden;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	border-top-left-radius: 1px;
}

.featured-photo-pager a.featured-photo-pager-prev {
	padding: 6px 6px 4px 6px;
	right: 36px;
	width: 16px;
	overflow: hidden;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
	border-top-right-radius: 1px;
}

.featured-photo-pager a.featured-photo-pager-next,
.featured-photo-pager a.featured-photo-pager-prev {
	display: block;
	text-indent: -2000em;
	outline-style: none;
}
.featured-photo-pager a.featured-photo-pager-next {
	background: #000 url(../images/elements/featured-photo-pager.png) 100% 50% no-repeat;
}
.featured-photo-pager a.featured-photo-pager-prev {
	background: #000 url(../images/elements/featured-photo-pager.png) 0% 50% no-repeat;
}

.featured-photo-pager #featured_price { display: block; }
