/*
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
*/

.theme-orman.slider-wrapper {
    width:940px;
    height:420px;
    margin:0 auto;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:940px;
    height:420px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:940px; /* Make sure your images are the same size */
    height:420px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-60px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    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 -10px;
}

.theme-orman .nivo-directionNav a {
	display:block;
	width:50px;
	height:42px;
	background:url(arrows.png) no-repeat 0 0px;
	text-indent:-9999px;
	border:0;
    top:50%;
}

.theme-orman a.nivo-nextNav {
	background-position:right 0;
	right:-50px;
    padding-right:20px;
}
.theme-orman a.nivo-nextNav:hover {
	background:url(arrows.png) no-repeat right -47px;
}
.theme-orman a.nivo-prevNav {
	background-position:left 0;
	left:-65px;
    padding-left:20px;
}
.theme-orman a.nivo-prevNav:hover {
	background:url(arrows.png) no-repeat left -47px;
}


.theme-orman .nivo-caption a { 
    background:url(../images/clip.png) no-repeat -1px -46px;
    width: 186px;
    height: 40px;
    display: block;
    margin: 40px 0 0 0;
}
.theme-orman .nivo-caption a:hover { 
    background:url(../images/clip.png) no-repeat -1px -86px;
}

