#showcase .item {
	float: left;
	margin: 0 10px 7px 0;
	cursor: pointer;
}
#showcase .item.last {
	margin-right: 0 !important;
}
#showcase .tooltip {
	display: none;	
}

.showcaseTooltip {
	max-width: 220px;
	background: url('../images/tooltipStem.png') no-repeat bottom right;
	padding: 0 0 6px 0;
}
.showcaseTooltip p {
	margin: 0;
	padding: 0;
	background: #0f3371;
	color: #fff;
	padding: 5px 8px 5px 8px;
	font-size: 11px;
	line-height: 13px;
}

#lightbox {
	width: 720px;
	height: auto;
	margin: 0 0 0 -360px;
	top: 10px;
	padding: 5px 0 0 0;
	color: #0f3371;
	font-weight: bold;
	border: 1px solid #a5b1cb;
}
.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;
	color: #a5b1cb;
	text-decoration: none;
	padding: 0 15px 0 0;
	width: 100px;
	text-align: right;
}
.showcaseHeader a:hover {
	color: #ccc;
}
.showcaseImages {
	padding: 0 10px 15px 10px;
	text-align: center;
}
.showcaseImages .caption {
	width: 400px;
	margin: 0px auto;
}
.showcaseImages img {
	margin: 0 0 10px 0;
}
.showcasePagination {
	width: 100%;
	overflow: hidden;
	padding: 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: 2px 5px;
	margin: 0 2px;
	border: 1px solid #0f3371;
	color: #0f3371;
	text-decoration: none;
}
.showcasePagination a.paginate:hover {
	background: #ddd;
}
.showcasePagination a.paginateOn, .showcasePagination a.paginateOn:hover {
	background: #0f3371;
	color: #fff;
}

.showcaseVideo {
	padding: 0 10px 10px 10px;
}
.noFlash {
	text-align: center;
}

.galleryText {
	margin: 20px;
}