/* Showcase
-------------*/
.showcase-content-container {
	background:#000;
	padding:15px 10px;
}
#awOnePageButton .view-slide {
	display: none;
}
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}
/* Container when content is shown as one page */
.showcase-onepage {
/**/
}
/* Container when content is shown in slider */
.showcase {
	position: relative;
	margin: auto;
}
/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	background: url('../images/gall-nav.jpg');
	width: 13px;
	height: 18px;
	top: 44%;
	cursor: pointer;
}
.showcase-arrow-previous {
	left: -36px;
}
.showcase-arrow-next {
	right: -36px;
	background-position: -56px 0;
}
/* Content */
	.showcase-content {
	text-align: center;
}
.showcase-content iframe {
	float:left;
}
.showcase-content-wrapper {
	text-align: center;
	height: 470px;
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}
/* Styling the tooltips */
		.showcase-plus-anchor {
	background-image: url('plus0000.png');
	background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0;
}
div.showcase-tooltip {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 8px;
	background-image: url(white-op.png);
}
/* Styling the caption */
		.showcase-caption {
	color: #000;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
	background-image: url(white-op.png);
}
.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}
/* Button Wrapper */
	.showcase-button-wrapper {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
.showcase-button-wrapper span {
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #dddddd;
}
.showcase-button-wrapper span.active {
	color: #444;
}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/
