


#awOnePageButton .view-slide
{
	display: none;
}

.showcase-load
{
	height: 300px; /* Same as showcase javascript option */
	overflow: hidden;
}


/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	width:1250px;
	height:347px;
	
}

.showcase2
{
	position: relative;
	margin: auto;
	width:940px;
	height:380px;
}

.showcase-content-container
{
	position:absolute; 
	top:0px; 
	right:0px;
}

.showcase-content
{
	position:absolute; 
	top:0px; 
	right:0px;
}

/* Styling the caption */
.showcase-caption
{
	position:absolute; 
	bottom:0; 
	left:0px;
	width:1130px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCB9C5;
	display: none;
	background-image:url(../images/bg_banner.png);
	background-repeat:repeat;
	padding-top:12px;
	padding-left:150px
}

.showcase-caption h2
{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color: #CCAC7A;
	text-align: left;
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	
}

.showcase-caption a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCB9C5;
}

.showcase-caption a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCAC7A;
}
		
.showcase-onepage .showcase-content
{
	margin-bottom: 10px;
}

/* Button Wrapper */
.showcase-button-wrapper
{
	position:absolute;
	left:0px;
	bottom:95px;
	clear: both;
	margin-top: 0px;
	text-align: center;
	width:1250px;
}

.showcase-button-wrapper span
	{
		margin-left: 0px;
		padding: 0px 2px 0px 2px;
		cursor: pointer;
		font-size: 17px;
		width:15px;
		height:15px;
		color:#4E494B;
		
	}

.showcase-button-wrapper span.active
	{
		color:#C5A97E;
		
	}


.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

