/*
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:1194px;
    height:404px!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: 1194px;
	height: 404px;
	right: 0px;
	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: 1194px;
  height: 404px;
	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: 522px;
  position: absolute;
  top: 380px;
  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:28px;
	height:32px;
	background:url(../img/nivo-img-helpers/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:178px;
}
.theme-default a.nivo-nextNav {
	background-position:0px 0px;
	right:8px;
  width:28px;

}

.theme-default a.nivo-nextNav:hover {
  background-position:0px -32px ;
}

.theme-default a.nivo-prevNav {
	left:3px;
  width:28px;
	background-position:-28px 0px ;
}

.theme-default a.nivo-prevNav:hover {
  background-position:-28px -32px ;
}

.theme-default .nivo-caption {
   font-family: Helvetica, Arial, sans-serif;
   background:url(../img/alpha-white.png) repeat;

   padding-left:20px;
}
.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;
}
