/*
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:url(slider.png) no-repeat;
    width:800px;
    height:490px;
    margin:0 auto;
    top:50px;
    left:-30px;
    padding-top:0px;
	padding-left:0px;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:633px;
    height:425px;
    margin-left:39px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:723px; /* Make sure your images are the same size */
    height:425px; /* 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:25px;
	height:200px;
	background:url(arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:200px;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:0px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:600px;
	 padding-left:20px;
}
 */
 
.theme-orman .nivo-caption {
    bottom:40%;
    left:400px;
    /*right:0px;*/
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: arial, serif;
    color:#4c4b4b;
}
.theme-orman .nivo-caption a { 
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}
.theme-orman .nivo-caption a:hover { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

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