/*
Skin Name: liberty Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & liberty Gartner
Author URI: http://dev7studios.com
*/

.theme-liberty.slider-wrapper {
    width:960px;
    height:335px;
    margin:0 auto;
    position:relative;
}

.theme-liberty .nivoSlider {
    position:relative;
    width:960px;
    height:325px;
    background:url(loading.gif) no-repeat 50% 50%;    
}
.theme-liberty .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:960px; /* Make sure your images are the same size */
    height:325px; /* Make sure your images are the same size */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.theme-liberty .nivoSlider a {
    border:0;
    display:block;
}

.theme-liberty .nivo-controlNav {
    height:25px;
    width:958px;
    position:absolute;
    z-index:20;
    bottom:0;
    margin:0 auto 0;
    text-align:center;
}
.theme-liberty .nivo-controlNav a {
    width:25px;
    height:25px;
    background:#0066cc;
    border:0;
    border-radius:30px;
    margin-right:5px;
    display:inline;
    padding:3px 10px 5px 9px;
    color:#fff;
}
.theme-liberty .nivo-controlNav a.active {
    background-position:0 -25px;
}

.theme-liberty .nivo-directionNav a {
	display:none;
}

.theme-liberty .nivo-caption {
    bottom:40%;
    left:auto;
    right:0px;
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: arial, serif;
    color:#4c4b4b;
}
.theme-liberty .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}
.theme-liberty .nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}