/*
 * jQuery Nivo Slider v1.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.showSlider
{
    border:1px solid #fff;
}
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:60;
    display:none;
}

.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}

.nivo-caption {
    position:absolute;
    left:50px;
    top:0px;
    background:#000;
    color:#fff;
    opacity:0.8;
    width:200px;
    z-index:89;
    height:25px;
    font-size:12px;
    font-family:"Times New Roman", Times, serif;
}
.nivo-caption strong{font-size:15px;}
.nivo-caption p {
    padding:5px;
    margin:0;
    background:#000;
}

.nivo-directionNav a {
    position:absolute;
    top:63%;
    z-index:99;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}

.nivo-controlNav a {
    position:relative;
    z-index:99;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.nivo-controlNav {
    position:absolute;
    right:2%;
    top:0;
    background:#566a81;
    padding:3px;
}
.nivo-controlNav a {
    background:url(../images/bullets.png) no-repeat -13px 0;
    border:0 none;
    display:block;
    float:left;
    height:14px;
    margin-right:3px;
    text-indent:-9999px;
    width:13px;
}
.nivo-controlNav a.active {
    background-position:0 0;
}
.nivo-directionNav a {
    display:block;
    width:66px;
    height:82px;
    background:url(../images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-66px 0;
    right:0px;
}
a.nivo-prevNav {
    left:0px;
}

