/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default #slider {
    width:375px;
    height:252px!important;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/nivo-img-helpers/default/loading.gif) no-repeat 50% 50%;
}
.theme-default.slider-wrapper {
	width: 375px;
	height: 252px;
	right: 70px;
	position: absolute;
	top: 0;
	/*
	-webkit-box-shadow: 0px 0px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 5px 0px #4a4a4a;
    box-shadow: 0px 0px 5px 0px #4a4a4a;*/	
}
.theme-default.slider-wrapper {
	width: 375px;
	height: 252px;
	left: 0px;
	position: absolute;
	top: 0;
}
/***************/
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;

}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	left: 438px;
  position: absolute;
  top: 200px;
  width: 150px;
  z-index:20;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../img/nivo-img-helpers/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:7px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -10px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:24px;
	height:42px;
	background:url(../img/nivo-img-helpers/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:86px;
}
.theme-default a.nivo-nextNav {
	background-position:0px 0px;
	right:0px;
    width:20px;
    
}
.theme-default a.nivo-prevNav {
	left:0px;
    
	width:24px;
	background-position:-24px 0px ;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/******2***********/
.theme-default2.slider-wrapper2 {
	width: 460px;
	height: 300px;
	right: 70px;
	position: absolute;
	top: 125px;	
}

/***mofified by Gabe excepcion de promocion**/
.theme-default2 .nivo-controlNav a {
	display: none;
	width:10px;
	height:10px;
	background:url(../img/nivo-img-helpers/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:7px;
	float:left;
}
.theme-default2 a.nivo-nextNav {
	background-position:100% 55%;
	right:-24px;
    padding-right:20px;
	display: none;	
}
.theme-default2 a.nivo-prevNav {
	left:-24px;
    padding-left:20px;
	top: 42%;
	display: none;
}

.theme-default2 .nivo-caption {
	display: none;
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default2 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
	display: none;
}
.theme-default2 .nivo-caption a:hover {
    color:#fff;
	display: none;
}