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

.theme-orman.slider-wrapper {
	width:812px;
	height:310px;
	position:relative;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	background-image: url(../imagenes/slider.png);
	background-repeat: no-repeat;
	background-position: center 27px;
	clear: both;
}
/*  este es el fondo blanco de las imagenes */
.theme-orman .nivoSlider {
	position:relative;
	width:792px;
	height:210px;
	margin-left:auto;
	background:url(../imagenes/loading.gif) no-repeat 50% 50%;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 38px;
	padding: 0px;
}


.theme-orman .nivoSlider img {
	position:absolute;
	display:none;
	width:792px; /* Make sure your images are the same size */
	height:210px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.theme-orman .nivoSlider a {
	border:0;
	display:block;
	top: 0px;
}

.theme-orman .nivo-controlNav {
	position:absolute;
	left:45%;
	bottom:-35px;
	margin-left:-30px;
}
.theme-orman .nivo-controlNav a {
	display:block;
	width:20px;
	height:17px;
	background:url(../imagenes/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:7px;
	float:left;
}
.theme-orman .nivo-controlNav a.active {
	background-position:0 -18px;
}

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

.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(../imagenes/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}
