/*
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 {
	width:668px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.theme-orman .nivoSlider {
	position:relative;
	width:630px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
}
.theme-orman .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:630px;
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-60px;
	width: 215px;
}
.theme-orman .nivo-controlNav a {
	display:block;
	text-indent:-9999px;
	border:0;
	float:left;
}
.theme-orman .nivo-controlNav a.active {
}

.theme-orman .nivo-directionNav a {
	display:block;
	text-indent:-9999px;
	border:0;
	top:40px;
}
.theme-orman a.nivo-nextNav {
	right:-40px;
}
.theme-orman a.nivo-prevNav {
	left:-40px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}

.theme-orman .ribbon {
	background:url(ribbon.png) no-repeat;
	position:absolute;
	top:-3px;
	left:56px;
	z-index:300;
}
