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

.imgcontainer {
    background:url(img/slider2.png) no-repeat;
	margin-top:0px;
	margin-left:-60px;
    width:986px;
    height:267px;
	margin-bottom:10px;
    padding-top:18px;
    position:relative;
	z-index: 100;
	
}

.imgcontainer .nivoSlider {
    position:relative;
		margin: 0 auto;
    width:847px;
    height:240px;
	margin-top:-1px;
    margin-left:76px;
}
.theme-orman .nivoSlider img {
    position:relative;
	margin: 0 auto;
    top:0px;
    left:0px;
    display:none;
    width:847px; /* Make sure your images are the same size */
    height:240px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}