@charset "UTF-8";

/* Showcase
-------------*/
#showcase {
	width: 1000px;
	padding: 0;
}

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

/* Container when content is shown in slider */
.showcase {
	position: absolute;
	padding: 0;
	top: 0;
	left: 50%;
	margin-left: -500px;
}

.showcase-content-container	{
		/*background-color: #E6E6E6;*/
	}
	
/* Navigation arrows */
.showcase-arrow-previous {
	position: absolute;
	background: url('../img/slider/slider-prev.png');
	width: 35px;
	height: 53px;
	top: 250px;
	cursor: pointer;
}

.showcase-arrow-next {
	position: absolute;
	background: url('../img/slider/slider-next.png');
	width: 35px;
	height: 53px;
	top: 250px;
	cursor: pointer;
}

.showcase-arrow-previous { left: -60px; }
.showcase-arrow-next { right: -56px; background-position: -35px 0; }
/*.showcase-arrow-previous:hover { background: url('../img/slider/slider-prev_on.png'); }
.showcase-arrow-next:hover { background: url('../img/slider/slider-next_on.png'); }*/

.showcase-arrow-previous:hover { opacity: .5;}
.showcase-arrow-next:hover { opacity: .5; }

/* Content */
.showcase-content {
	/*background-color: #11376A;*/
	text-align: left;
}

.showcase-content-wrapper {
	text-align: left;
	height: 500px;
	width: 1000px;
	display: table-cell;
	vertical-align: middle;
}
	
/* Button */
.showcase-button-wrapper {
	width: 1000px;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	clear: both;
}

.showcase-button-wrapper span {
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
}	
.showcase-button-wrapper span.active {
	color: #e60012;
}
