#showcase {
	position: relative;
	width: 100%;
	height: 480px;
	padding: 0;
	margin: 0 0 60px 0;
	
}

#showcase div.showcase-content-wrapper {
	position: relative;
}

#showcase div.showcase-content-wrapper img {

}


.showcase-slide-image {
	height: 480px;
	border-bottom: 1px solid #d4d7e1;
}

.showcase-slide-cache {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 100%;
	background-image: url(../images/home/showcase/cache.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.showcase-slide-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
	width: 460px;
	color: #87939d;
}

.showcase-slide-text p:last-child {
	margin-bottom: 0;
}



/** ARROWS **/

.showcase-button-wrapper {
	text-align: center;
	padding-top: 10px;
}

.showcase-button-wrapper span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../images/home/showcase/showcase-off.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #dfdfdf;
	cursor: pointer;
	margin: 0 5px;
}

.showcase-button-wrapper span.active {
	background-image: url(../images/home/showcase/showcase-on.png);
	color: #619bd1;
}


