#body-slides {
    margin-top:15px;
    margin-bottom:15px;
    position: relative;
    height: 450px;
}
#body-bottom, footer {
    display: none;
}
#preloader {
    height: 300px;
    line-height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.body-slide.active, .slide-topper.active {
    display: block;
    visibility: visible !important;
}
.body-slide {
    position:absolute;
    visibility: hidden;
    width: 940px;
}
.body-slide-potatoes .potatoes-image {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.slide-title h3 {
    margin-top: 0;
}
.slide-description {
    display:block;
}
.slide-description p:first-child {
    margin-top: 0;
}
#arrows {
    width: 100%;
    height: 36px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#arrows div.button {
    display: block;
    float:left;
    height:36px;
    width: 15%;
    padding: 0;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #2262cc;
    -webkit-transition-property: color,background-color;
    -webkit-transition-duration: 100ms;
    -moz-transition-property: color,background-color;
    -moz-transition-duration: 100ms;
    -o-transition-property: color,background-color;
    -o-transition-duration: 100ms;
    transition-property: color,background-color;
    transition-duration: 100ms;
}
#arrows div.disabled {
    cursor: default;
    pointer-events:none;
    visibility: hidden;
}
#arrows i {
    font-size: 32px;
    line-height: 36px;
    display: block;
}
#arrows div.arrow-label {
    font-size: 16px;
    line-height: 36px;
    display: block;
}
#arrows div.arrow-symbol {
    line-height: 36px;
    height: 36px;
    display: block;
}
#arrows div.prev div.arrow-label {
    margin-left: 10px;
    float:left;
}
#arrows div.prev div.arrow-symbol {
    float: left;
}
#arrows div.next div.arrow-label {
    float: right;
    margin-right: 10px;
}
#arrows div.next div.arrow-symbol {
    float: right;
}
#arrows #counter {
    display: block;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 70%;
}
#slide-dropdown label {
    float:left;
    display:inline;
    font-size:100%;
    line-height: 40px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-right: 10px;
}
.alert-error {
    font-size: 20px;
    line-height: 30px;
}
