html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    padding: 0;
    border: 0;
}


/* Showcase
-------------*/

#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: 150px;
    /* Same as showcase javascript option */
    overflow: hidden;
}


/* Container when content is shown as one page */

.showcase-onepage {
    /**/
}


/* Container when content is shown in slider */

.showcase {
    position: relative;
    margin: 0;
}

.showcase-content-container {}


/* Navigation arrows */

.showcase-arrow-previous,
.showcase-arrow-next {
    position: absolute;
    background: url('../images/arrows.png');
    width: 33px;
    height: 33px;
    top: 220px;
    cursor: pointer;
}

.showcase-arrow-previous {
    left: -60px;
}

.showcase-arrow-previous:hover {
    background-position: 0px -34px;
}

.showcase-arrow-next {
    right: -56px;
    background-position: -34px 0;
}

.showcase-arrow-next:hover {
    background-position: -34px -34px;
}


/* Content */

.showcase-content {
    text-align: center;
    display: none
}

.showcase-content-wrapper {
    text-align: center;
    height: 342px;
    width: 157px;
    display: table-cell;
    vertical-align: top;
}

.showcase-onepage .showcase-content {
    margin-bottom: 0px;
}


/* Button Wrapper */

.showcase-button-wrapper {
    clear: both;
    margin-top: 0px;
    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;
}


/* Thumbnails */

.showcase-thumbnail-container
/* Used for backgrounds, no other styling!!! */

{
    /*background-color: #000;*/
}

.showcase-thumbnail-wrapper {
    overflow: hidden;
}

.showcase-thumbnail {
    width: 158px;
    height: 75px;
    cursor: pointer;
    border: solid 0px #333;
    position: relative;
}

.showcase-thumbnail img {
    border: 2px solid #2fd152
}

.showcase-thumbnail-caption {
    position: absolute;
    bottom: 0px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.showcase-thumbnail img:hover {
    border: solid 2px #bd1a21;
}

.showcase-thumbnail:hover .showcase-thumbnail-cover {
    display: none;
}

.showcase-thumbnail.active {
    border: solid 0px #999;
}

.showcase-thumbnail.active .showcase-thumbnail-cover {
    display: none;
}

.showcase-thumbnail-wrapper-horizontal {
    padding: 10px;
}

.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {}

.showcase-thumbnail-wrapper-vertical {}

.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
    margin-bottom: 0px;
}

.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
    padding: 2px;
    cursor: pointer;
}

.showcase-thumbnail-button-backward {
    padding-bottom: 0px;
    padding-right: 0px;
}

.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
    background-repeat: no-repeat;
    display: block;
    background-image: url(../../images/arrow.gif);
    width: 20px;
    height: 15px;
    cursor: pointer;
    margin-left: 65px;
}

.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
    background-position: 0;
}

.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
    background-position: 0;
}

.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
    background-position: -20px
}

.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
    background-position: -20px
}


/* Hide button text */

.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span {
    display: none;
}


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float: none;
}