/*
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:807px;
    height:301px;
    margin:0px auto;
    padding:0px;
    position:relative;
    z-index: 3;
}

.theme-orman .nivoSlider {
	position:relative;
	width:807px;
	height:301px;
	margin-left: 77 px;
	background:url(loading.gif) no-repeat 50% 50%;
	visibility: visible;
}

.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:807px; /* Make sure your images are the same size */
    height:301px; /* Make sure your images are the same size */
}

.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
   
    position:absolute;
	right:6%;
	bottom:20px;
    margin-left:0px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:28px;
    height:27px;
    background:url(bullets2.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background:url(bullets3.png) no-repeat;
}
.theme-orman .nivo-directionNav a {
	display:none;
	width:25px;
	height:200px;
	text-indent:-9999px;
	border:0;
    top:40px;
    display: none;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
    top:180px;
	left: 35px;
    padding-right:20px;
    display: none;
}
.theme-orman a.nivo-prevNav {
    top: 180px;
	left:5px;
    padding-left:20px;
    display: none;
}

.theme-orman .nivo-caption {
    margin-top: 0px;
    font-family: Helvetica, Arial, sans-serif;
    z-index: 5;
    display: none;
}
.theme-orman .nivo-caption a { 
    color:white;
    border-bottom:1px dotted #fff;
    display: none;
}
.theme-orman .nivo-caption a:hover { 
    color:white;
    display: none;
}

.theme-orman .ribbon {
    background:url(ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
    display: none;
}
