/*===========================================*/
/*=== DMXzone Cold Nivo Slider Styles ===*/
/*===========================================*/

.theme-cold.slider-wrapper {
    position: relative;
}

.theme-cold .nivoSlider {
    position: relative;
}

.theme-cold .nivoSlider a {
    border: 0;
    display: block;
}

.theme-cold .nivo-controlNav {
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding: 0;
    z-index: 9;
}

.theme-cold .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

*:first-child+html .theme-cold .nivo-controlNav a {
    /*ie7 hack */
    text-indent:0;
    line-height:0;
    font-size:0;
    overflow:hidden
}

.theme-cold .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-cold .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
    text-align: right;
}

.theme-cold .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin: 5px;
    border: 1px solid transparent;
}

.theme-cold .nivo-controlNav.nivo-thumbs-enabled a.active {
    border-color: #f00;
}

.theme-cold .nivo-controlNav.nivo-thumbs-enabled a:hover {
    border-color: #000;
}

.theme-cold .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
}

.theme-cold .nivo-directionNav a {
    display: block;
    width: 43px;
    height: 43px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.theme-cold:hover .nivo-directionNav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.theme-cold a.nivo-nextNav {
    background-position: -43px 0;
    right: 15px;
}

.theme-cold a.nivo-prevNav {
    left: 15px;
}

.theme-cold a.nivo-nextNav:hover {
    background-position: -43px -43px;
}

.theme-cold a.nivo-prevNav:hover {
    background-position: 0 -43px;
}

.theme-cold .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    padding: 12px 15px;
    bottom: 0;
    opacity: 1;
    background: rgba(0, 0, 0, .6);
    border-bottom: 0px solid #fff;
}

.theme-cold .nivo-caption a {
    color: #fff;
}

.theme-cold .nivo-caption h4 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #fff;
}

.theme-cold .nivo-caption p {
    padding: 0;
    color: #eee;
}
