.showcase-load {
	height: 373px;
	overflow: hidden;
}
.showcase {
	position: relative;
	margin: auto;
	z-index: 0;
}
.showcase-content {
	background-color: #ffffff;
}
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	background: url('../img/arrows.png');
	width: 33px;
	height: 33px;
	top: 186px;
	cursor: pointer;
	z-index: 3;
}
.showcase-arrow-previous {
	left: 0;
}
.showcase-arrow-previous:hover {
	background-position: 0px -34px;
}
.showcase-arrow-next {
	right: 0;
	background-position: -34px 0;
}
.showcase-arrow-next:hover {
	background-position: -34px -34px;
}
.showcase-caption {
	background: #ffffff;
	padding: 8px 10px;
	text-align: left;
	position: absolute;
	border-top: 2px solid red;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	height: 80px;
}
.heigrh-thumbnail-container {
	background-color: #f5f5f1;
	height: 80px; /* Height of the images in thumbnails */
	z-index: 2;
}
.showcase-thumbnail-wrapper {
	overflow: hidden;
}
.showcase-thumbnail {
	top: 4px;
	right: 0;
	width: 150px;
	height: 64px;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.showcase-thumbnail-caption {
	position: absolute;
	padding-left: 5px;
	border: 2.5px solid red;
}
.showcase-thumbnail-content {
	padding: 8px;
	text-align: center;
	padding-top: 12px;
}
.showcase-thumbnail-cover {
	/*background: rgba(255,255,255,0.5);*/
	/*background-color:: #ffffff;*/
	/*opacity: 0.5;*/
	background-image: url('../img/white-opacity-60.png');
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showcase-thumbnail:hover {
	background: #ffffff;

}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail.active {
	border-bottom: 2px solid rgb(226,6,19);
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding: 5px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 22px;
	width: 127px;
}
.showcase-thumbnail-wrapper-vertical {
	padding: 15px;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-bottom: 0;
}	
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
	padding: 10px;
	margin: 0;
	cursor: pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0px;
	padding-right: 0px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-image: url('../img/right-small.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url('../img/left-small.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	width: 19px;
	height: 19px;
	z-index: 2;
}				
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 5px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
}

/* Hide button text */
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
	display: none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}	