/* Showcase
-------------*/
#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: 400px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown in slider */
.showcase { position: relative; margin: 0 auto; padding: 0; }
.showcase-content-container { background-color: #ffffff;  }
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../img/arrows.png');
		width: 32px;
		height: 32px;
		top: 190px;
		cursor: pointer;
		z-index: 1;
	}
	
	.showcase-arrow-previous
	{
		left: 0;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: 0;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		text-align: center;
		height: 400px;
		min-width: 950px;
		background-color: #ffffff;

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

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