/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.slider-wrapper {
    width:1020px;
    height:401px;
    margin:0 auto;
    position:relative;
}

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

 .nivo-controlNav {
    position:absolute;
	left:142px;
	bottom:50px;
    margin-left:-100px; /* Tweak this to center bullets */
}
 .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:10px;
    float:left;
}
 .nivo-controlNav a.active {
    background-position:0 -10px;
}