/*
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: 540px;
	height: 337px;
	padding-top: 18px;
	position: relativa;
	background-image: url(../imgs/slider.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.theme-orman .nivoSlider {
	position: relative;
	width: 408px;
	height: 268px;
	margin-left: 67px;
	background-image: url(../imgs/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:368px; /* Make sure your images are the same size */
    height:268px; /* Make sure your images are the same size */
}

.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;
	text-indent: -9999px;
	border: 0;
	margin-right: 7px;
	float: left;
	background-image: url(../imgs/bullets.png);
	background-repeat: no-repeat;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-orman .nivo-directionNav a {
	display: block;
	width: 20px;
	height: 200px;
	text-indent: -9999px;
	border: 0;
	top: 40px;
	background-image: url(../imgs/arrows.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-40px;
    padding-left:20px;
}

