/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivo-slider {
    position: relative;
    background: #ffffff url(loading.gif) no-repeat 50% 50%;
    /*margin-bottom: 20px;*/
    /*border: 1px solid #571963;*/
}
.nivo-slider img {
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    display: none;
}
.nivo-slider a {
    border: none;
    display: block;
}

.nivo-controlNav {
    text-align: center;
    padding: 0px;
    background-color: #393939;
    background-color: rgba(57, 57, 57, 0.8);
    position: absolute;
    bottom: 3px;
    right: 3px;
    z-index: 9;
}
.nivo-controlNav a {
    display: inline-block;
    *zoom: 1;
    *display: block;
    width: 15px;
    height: 15px;
    background: url(nivoslider-nav-buttonmap-4d2363-white.png) no-repeat;
    background-position: -15px 0px;
    /*text-indent:-9999px;*/
    color: transparent;
    font-size: 0px;
    border: none;
    margin: 0px;
    overflow: hidden;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background-position: -15px -15px;
}

.nivo-directionNav a {
    display: block;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    border: none;
    background-color: #393939;
    background-color: rgba(57, 57, 57, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivo-directionNav a.nivo-nextNav {
    background-image: url(next.png);
}
.nivo-directionNav a.nivo-prevNav {
    background-image: url(prev.png);
}
.nivo-controlNav a.nivo-nextNav {
    background-position: -30px 0px;
    right: 15px;
}
.nivo-controlNav a.nivo-nextNav:hover,
.nivo-controlNav a.nivo-nextNav:active {
    background-position: -30px -15px;
}
.nivo-controlNav a.nivo-prevNav {
    background-position: 0px 0px;
    left: 15px;
}
.nivo-controlNav a.nivo-prevNav:hover,
.nivo-controlNav a.nivo-prevNav:active {
    background-position: 0px -15px;
}
.nivoSlider:hover .nivo-directionNav a {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.nivo-caption {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-family: Helvetica, Arial, sans-serif;
    overflow: visible;
}
.nivo-caption .caption-wrapper {
    /* height: 40px; */
    width: 660px;
    padding: 15px;
    background-color: #393939 !important;
    background-color: rgba(57, 57, 57, 0.8) !important;
}
.nivo-caption a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}
.nivo-caption a:hover {
    color: #ffffff;
}

.nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.nivo-slider .nivo-caption .caption-wrapper {
    font-size: 14px;
}
.nivo-slider .nivo-caption .caption-wrapper h3,
.nivo-slider .nivo-caption .caption-wrapper p,
.nivo-slider .nivo-caption .caption-wrapper a {
    line-height: normal;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
}
.nivo-slider .nivo-caption .caption-wrapper h3 {
    font-weight: normal;
    font-size: 17px;
}
.nivo-slider .nivo-caption .caption-wrapper p {
    margin-bottom: 0.4em;
}
.nivo-slider .nivo-caption .caption-wrapper p:last-child {
    margin: 0;
}
.nivo-slider .nivo-caption .caption-wrapper p,
.nivo-slider .nivo-caption .caption-wrapper a {
    font-size: 11px;
}
.nivo-slider .nivo-caption .caption-wrapper a,
.nivo-slider .nivo-caption .caption-wrapper a:hover {
    color: #f9d4c1;
    border: none;
}

/*
.nivo-slider .nivo-caption .caption-wrapper div * {
    left: -1px !important;
    top: -1px !important;
}
*/

/* enable this to center improperly sized images */
.nivo-slider .nivo-slice .nivo-slice-container img {
    margin: 0px auto;
}

.nivo-caption .both-sides h3 {
    float: left;
    width: 185px;
}

.nivo-caption .both-sides .separator {
    border-right: solid 1px #ccc;
    /*height: 40px;
    margin: 10px 15px 10px 12px;
    float: left;*/
    border-right: solid 1px #ccc;
    margin: 15px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 215px;
}

.nivo-caption .both-sides .caption-text {
    float: right;
    width: 444px;
}