/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-orman.slider-wrapper {
background: transparent;
width:940px;
height:400px;
margin:0 auto;
padding:0;
position:relative;
z-index: 100;
}

.theme-orman .nivoSlider {
position:relative;
width:940px;
height:400px;
background:url(loading.gif) no-repeat 50% 50%;
z-index: 0;
}

.theme-orman .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
width:940px;
height:400px;
}

.theme-orman .nivoSlider a {
border:0;
display:block;
}

.theme-orman .nivo-controlNav {
position:absolute;
left: 87%;
bottom: 10px;
margin-left:-30px; /* Tweak this to center bullets */
}

.theme-orman .nivo-controlNav a {
display:block;
width:20px;
height:20px;
background:url(bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:7px;
float:left;
}

.theme-orman .nivo-controlNav a.active {
background-position:0 -20px;
}

.theme-orman .nivo-directionNav a {
display:block;
width:25px;
height:48px;
background:url(arrows.png) no-repeat 0% 50%;
text-indent:-9999px;
border:0;
bottom:20px;
z-index: 999;
}

.theme-orman a.nivo-nextNav {
background-position:100% 50%;
right:0px;
padding-right:20px;
}

.theme-orman a.nivo-prevNav {
left:0px;
padding-left:20px;
}

.theme-orman .nivo-caption {
background: #000;
font-family: Helvetica, Arial, sans-serif;
}


