@charset "utf-8";

/* Showcase　
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

.showcase-load
{
	height: 425px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	/* Content */
	.showcase-content
	{
		margin: 5px 0 0;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 425px;
			width: 565px;
			display: table-cell;
			vertical-align: middle;
		}
		
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		width: 285px;
		float: left;
	}
	
		.showcase-thumbnail
		{
			/* cursor: pointer; */
		}
		
		.showcase-thumbnail:hover
		{
			/*border: solid 1px #ff0000;*/
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
	        background-color: rgba(0,0,255,0.2);
			/*background: url(../img/contentsBg.png);*/
			/*border: solid 1px #ff0000;*/
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	

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

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

