/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
#nivoSlider {
    width: 100%;
    max-height: 230px;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img.nivoImg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-height: 110px;
}

.nivo-slice img {
    min-height: 110px;
}

.nivoSlider h3 .icon-star {
    position: relative;
    top: -2px;
    float: left;
}

.nivoSlider h3 span {
    padding-left: 3px;
}

.nivoSlider .price {
    color: #b1255d;
    text-align: right;
    float: left;
    margin-left: 20px;
}

.nivoSlider .price span {
    float: left;
}

.nivoSlider .price .currency {
    font-size: 28px;
    font-weight: bold;
    padding: 5px 5px 0 0;
}

.nivoSlider .price .amount {
    font-size: 44px;
    font-weight: bold;
}

.nivoSlider .price .priceper {
    font-size: 14px;
    clear: left;
    line-height: 28px;
    width: 98%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: 110px;
}

@media only screen and (min-width: 1150px) {
    .nivo-main-image {
        min-height: 165px;
    }
}

.lt-ie9 .nivo-main-image {
    min-height: 165px;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 8;
    display: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 65%;
    height: 100%;
    padding: 20px 0 20px 20px;
}

@media only screen and (min-width: 1150px) {
    .nivo-caption {
        width: 100%;
    }

    .nivo-caption .bottom {
        position: absolute;
        bottom: 16px;
    }
}

.lt-ie9 .nivo-caption {
    width: 100%;
}

.lt-ie9 .nivo-caption .bottom {
    position: absolute;
    bottom: 16px;
}

.nivo-caption .module {
    background: transparent;
}

.nivo-caption h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

@media only screen and (min-width: 1150px) {
    .nivo-caption h2 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}

.lt-ie9 .nivo-caption h2 {
    font-size: 20px !important;
    line-height: 22px !important;
}

.nivo-caption h3 {
    margin-top: 7px;
}

.nivo-caption a.btn {
    display: inline-block;
    float: left;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (< >) */
.nivo-directionNav a {
    position: absolute;
    height: 25%;
    width: 5%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    line-height: 55%;
    top: 50%;
    color: #003c6e;
    background: url(../images/topoffers/trans65.png) repeat scroll 0 0;
    cursor: pointer;
    max-height: 54px;
    max-width: 54px;
}

@media only screen and (min-width: 1150px) {
    .nivo-directionNav a {
        margin-top: -24px;
    }
}

.lt-ie9 .nivo-directionNav a {
    margin-top: -24px;
}

.nivo-directionNav a img {
    max-width: 100%;
    height: auto;
}

.nivo-prevNav {
    left: 0;
    z-index: 200;
}

.nivo-nextNav {
    right: 0;
    z-index: 201;
}

@media only screen and (min-width: 1150px) {
    .nivo-caption a.btn {
        margin-top: 32px;
    }
}

.lt-ie9 .nivo-caption a.btn {
    margin-top: 32px;
}

.nivo-directionNav a img {
    min-width: 32px;
    min-height: 32px;
}

.nivo-directionNav a {
    min-width: 32px;
    min-height: 32px;
}
