/*
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
*/

/* products */

.theme-orman.slider-wrapper{
    position:relative;
    margin-right: 100px;
    margin-top: 20px;
    float: right;
    width:662px;
    height:256px;
    padding:0px;
    z-index: 3;
    /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
    /* IE10 Consumer Preview */ 
    
    background-color: #0072BC;
   
    
    background-image: -ms-linear-gradient(top left, #0072BC 0%, #00A3EF 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top left, #0072BC 0%, #00A3EF 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top left, #0072BC 0%, #00A3EF 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0072BC), color-stop(1, #00A3EF));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top left, #0072BC 0%, #00A3EF 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom right, #0072BC 0%, #00A3EF 100%);
    
    
}

.theme-orman .nivoSlider {
    position:relative;
    width:260px;
    height:250px;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    background:url(loading.gif) no-repeat 50% 50%;
    visibility: visible;
}

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

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

.theme-orman .nivo-controlNav {
    position:absolute; 
	left:-220%;
	top: 425px;
    margin-left:0px; /* Tweak this to center bullets */
    display:block;
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:56px;
    height:56px;
    background-color: red;
    border:0;
    margin-left:24px;
    margin-right:24px;
    margin-bottom:50px;
    float:left;
    display:block;
}
.theme-orman .nivo-controlNav a.active {
    background-color: blue;
    display:block;
}
.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;
}