.showcase-content-container
{
	padding: 0px;
	margin: 0px auto 0px auto;
}
.showcase-content
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: inherit;
	width: auto;
	height: 544px;
}

.showcase-onepage .static-caption
{
	background-color: #dfdfdf;
	color: #333;
}

/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next
{
	z-index: 20;
}

.showcase-arrow-previous
{
	left: 15px;
	z-index: 999;
	position: absolute;

}
.showcase-arrow-next
{
	right: 15px;
	z-index: 999;
	position: absolute;
}

/* Thumbnails */
.showcase-thumbnail-wrapper
{
	overflow: hidden;
	margin: auto;
}

/* Caption */
.static-caption
{
	text-align: left;
	font-size: 11px;
	color: #e0e0e0;
	padding: 10px 0;
	margin: 0;
}