/* Showcase
-------------*/
#showcase div {
    margin: 0;
    padding: 0;
    border: 0;
}

#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 .showcase-load
{
	height: 558px; /* 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;
}

.showcase-content-container
{
	
}

/* Content */
.showcase-content
{
	text-align: center;
}
		
#showcase .showcase-content-wrapper
{
	text-align: center;
	height: 558px;
	width: 765px;
	display: table-cell;
	vertical-align: middle;
}

/* Styling the caption */
#showcase .showcase-caption
{
	color: #cac9c8;
	width: 100%;
	*width: 721px;
	height: 122px;
	*height: 82px;
	padding: 20px 22px;
	text-align: left;
	font-size: 18px;
	display: none;
	background: url("../images/bg-caption.png");
	position: absolute;
	top: 436px;
}
		
#showcase .showcase-onepage .showcase-content
{
	margin-bottom: 10px;
}
	
/* Thumbnails */
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
{
	
}

.showcase-thumbnail-wrapper
{
	overflow: hidden;
}
		
#showcase .showcase-thumbnail
{
	width: 339px;
	height: 186px;
	cursor: pointer;
	border: none;
	position: relative;
}
	
#showcase .showcase-thumbnail:hover
{
	border: none;
}
		
#showcase .showcase-thumbnail:hover #showcase .showcase-thumbnail-cover
{
	display: none;
}
		
#showcase .showcase-thumbnail.active
{
	border: none;
}
		
#showcase .showcase-thumbnail.active .showcase-thumbnail-cover
{
	display: none;
}

#showcase .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
{
	margin-right: 8px;
	width: 80px;
}
	
#showcase .showcase-thumbnail-wrapper-vertical
{
	padding: 0 0 0 25px;
}
	
#showcase .showcase-thumbnail-wrapper-vertical .showcase-thumbnail
{
	margin-bottom: 1px;
}
		
#showcase .showcase-thumbnail-button-backward,
#showcase .showcase-thumbnail-button-forward
{
	padding: 0;
	cursor: pointer;
}

#showcase .showcase-thumbnail-button-backward
{
	padding-bottom: 0px;
	padding-right: 0px;
}
	
#showcase .showcase-thumbnail-button-backward,
#showcase .showcase-thumbnail-button-forward
{
	width: 0;
	height: 0;
}

#showcase .showcase-thumbnail-vertical span {
	display: none;
}
