


/* Showcasez
-------------*/

#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 in slider */
.showcase
{
	position: relative;
	margin: auto;
}
	
	
	/* Content */
	.showcase-content
	{
		background-color: #ccc;
		text-align: center;
	}		
		
	/* Buttons */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
		float:right;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 14px;
			color: #ccc;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #333;
		}
	
	
