#lightbox {
	width: 650px;
	height: auto;
	margin: 0 0 0 -325px;
	top: 10px;
	padding: 5px 10px 0 10px;
	color: #928886;
	font-weight: bold;
	border: 5px solid #2f7cc2;
}

#overlay {
	opacity:0.2;
	filter:alpha(opacity=20);
}

.showcaseHeader {
	padding: 0 10px 5px 10px;
}
.showcaseHeader p {
	float: left;
	width: 300px;
	margin: 0;
}
.showcaseHeader a {
	display: block;
	float: right;
	background: url('../images/showcaseClose.png') no-repeat top right;
	text-decoration: none;
	padding:1px 18px 0 0;
	color: #2f7cc2;
	width: 100px;
	
	text-align: right;
}
.showcaseImages {
	padding: 0 10px 5px 10px;
	text-align: center;
}
.showcaseImages .caption {
	width: 400px;
	margin: 0px auto;
	color: #000;
}
.showcaseImages img {
	margin: 0 0 5px 0;
}
.showcasePagination {
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.showcasePagination ul {
	list-style: none;
	margin: 0;
	position: relative;
	float: left;
	left: 50%;
}
.showcasePagination ul li {
	position: relative;
	float: left;
	right: 50%;
}
.showcasePagination a.paginate {
	display: block;
	float: left;
	padding: 0 2px;
	margin: 0;
	color: #2f7cc2;
	text-decoration: none;
}

.showcasePagination a.paginateOn, .showcasePagination a.paginateOn:hover {
	color: #135 !important;
}
