/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 44%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.slideshow .nivoSlider {
    background: url("../image/loading.gif") no-repeat scroll 50% 50% #FFFFFF;
    margin-bottom: 0px;
    position: relative;
}
.slideshow .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.slideshow .nivoSlider a {
    border: 0 none;
    display: block;
}
.slideshow .nivo-controlNav {
    bottom: 5px;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    z-index: 99;
}
.slideshow .nivo-controlNav a {
    background: url("../image/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    vertical-align: top;
    width: 22px;
}
.slideshow .nivo-controlNav a.active {
    background-position: 0 -22px;
}
.slideshow .nivo-directionNav a {
    background: url("../image/sprite.png") no-repeat scroll -4px -239px transparent;
    border: medium none;
    display: block;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
}
.slideshow a.nivo-nextNav:hover {
    background-position: -4px -314px !important;
}
.slideshow a.nivo-nextNav {
    background-position: -4px -385px !important;
    right: -79px;
}
.slideshow a.nivo-prevNav {
    left: -75px;
}
.slideshow a.nivo-prevNav:hover {
    background-position: -4px -168px;
}
.slideshow .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
    text-shadow: none;
}
.slideshow .nivo-caption a {
    color: #EFE9D1;
    text-decoration: underline;
}
