/*
Skin Name: Nivo Slider default Theme
Skin URI: http://nivo.dev7studios.com
Description: A default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default.slider-wrapper {
    position: relative;
}

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    overflow: visible;
    left: 0px;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
        z-index:90;
    }

.theme-default .nivo-controlNav {
    padding: 0;
    position: relative;
    height: 45px;
    z-index: 10;
    width: 100%;
    text-align: center;
            z-index: 100;

}

    .theme-default .nivo-controlNav a {
        display: inline-block;
        width: 11px;
        height: 11px;
        background: url(rotator_selector.png) no-repeat 0 0px;
        text-indent: -9999px;
        border: 0;
        margin: 0 4px;
        top: 30px;
        position: relative;
        z-index: 100;
    }

        .theme-default .nivo-controlNav a.active {
            background-position: 0 100%;
        }

.theme-default .nivo-directionNav a {
    display: block;
    /*background: url(rotator_arrows.png) no-repeat;*/
    text-indent: -9999px;
    border: 0;
    top: auto;
    bottom: 0px;
    z-index: 100;
}

    .theme-default .nivo-directionNav a:hover {
    }

#detailsplayer {
    position: relative;
    top: 7px;
}

.theme-default a.nivo-nextNav {
    background-image: url(/images/rotator_right.png);
    width: 46px;
    height: 84px;
    position: absolute;
    right: 0px;
    top: 49%;
}

.theme-default a.nivo-prevNav {
    background-image: url(/images/rotator_left.png);
    width: 46px;
    height: 84px;
    position: absolute;
    left: 0px;
    top: 49%;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }

.tag {
    width: 880px;
    height: auto;
    padding: 8px 40px;
    background: transparent url(../images/black-67.png) repeat top left;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    float: left;
}

    .tag.default {
        background-image: none;
        color: #222;
    }

a.forgotlogin {
    color: #ffffff;
    text-decoration: none;
}

    a.forgotlogin:hover {
        color: #ffffff;
        text-decoration: underline;
    }
