

#awOnePageButton .view-slide
{
	display: none;
}

.showcase-load
{
	height: 280px; /* Same as showcase javascript option */
	overflow: hidden;
}


/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

.showcase-content-container
{
	background-color: #ffffff;
}

.showcase-content
{
	background-color: #ffffff;
	text-align: center;
}
		
.showcase-content-wrapper
{
	text-align: center;
	height: 280px;
	width: 945px;
	display: table-cell;
	vertical-align: middle;
}

/* Styling the caption */
.showcase-caption
{
	position:absolute; 
	top:0px; 
	left:0;
	width:240px;
	height:223px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color: #ffffff;
	padding: 15px;
	text-align: left;
	display: none;
	background-image: url(../images/transparent-bg.png);
	background-repeat:no-repeat;
	background-color:#000000
}
		
.showcase-onepage .showcase-content
{
	margin-bottom: 10px;
}

/* Button Wrapper */
.showcase-button-wrapper
{
	position:absolute;
	right:20px;
	bottom:15px;
	clear: both;
	margin-top: 0px;
	text-align: center;
}

.showcase-button-wrapper span
	{
		cursor: pointer;
		font: 2px Arial, Helvetica, sans-serif;
		background-image: url(../images/banner_btn.png);
		background-repeat:no-repeat;
		width:15px;
		height:14px;
		padding-left:8px;
		padding-right:8px;
		padding-bottom:6px;
		padding-top:6px;
		color:#dfdfdf;
		text-align:center
	}

.showcase-button-wrapper span.active
	{
		background-image: url(../images/banner_btn2.png);
		background-repeat:no-repeat;
		width:15px;
		height:14px;
		color:#a7a7a7;
	}


.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

