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

/* Container to fix loading of content-containers */
#showcase-cover {
position: relative;
clear: both;
height: 240px;
width: 736px;
overflow: hidden;
margin-bottom: 30px;
}

/* Container when content is shown in slider */
.showcase {
height: 240px;
position: relative;
margin: auto;
}

.showcase-content-container {
background-color: transparent;
height: 240px;
overflow: hidden; 
}

/* Navigation arrows */
.showcase-arrow-previous {
background: transparent url(../img/slides/arrows.png) center top no-repeat;
cursor: pointer;
width: 12px;
height: 50px;
position: absolute;
left: 18px;
top: 95px;
z-index: 11;
}
.showcase-arrow-next {
background: transparent url(../img/slides/arrows.png) center bottom no-repeat;
cursor: pointer;
width: 12px;
height: 50px;
position: absolute;
right: 18px !important;
top: 95px;
z-index: 11;
}

/* Content */
.showcase-content {
background-color: transparent;
text-align: center;
}

.showcase-content-wrapper {
text-align: center;
height: 240px;
width: 736px;
display: table-cell;
vertical-align: middle;
}

/* Button Wrapper */
.showcase-button-wrapper {
clear: both;
margin-top: 10px;
text-align: center;
}

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

.showcase-button-wrapper span.active {
color: #fff;
}

/* Hide button text */
.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span,
.hidden {
display: none;
}
