/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

#wrapper {
	background: #FFF;
}

.theme-default .nivoSlider {
	background: #000 url(../../img/slideshow/loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
    position: relative;
    box-shadow: 0px 0px 15px 0px #000000 /*#4a4a4a*/;
    -moz-box-shadow: 0px 0px 15px 0px #4a4a4a;
    -webkit-box-shadow: 0px 0px 15px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	display: none;
	left: 0px;
	top: 0px;
	position: absolute;
}

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

.theme-default .nivo-controlNav {
	padding: 6px 0; /*Alto del espacio botones control diapositivas*/
	text-align: center;
}

.theme-default .nivo-controlNav a { /*CONTROLES*/
	background: url(../../img/slideshow/bullets.png) no-repeat;
	display: inline-block;
	border: 0;
	height: 22px;
	text-indent: -9999px;
	margin: 0 2px;
	width: 22px;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-default .nivo-directionNav a { /*FLECHAS*/
	background: url(../../img/slideshow/arrows.png) no-repeat;
	border: 0;
	display: block;
	height: 30px;
	opacity: 0;
	text-indent: -9999px;
	-moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    width: 30px;
}

.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.theme-default a.nivo-prevNav {
	left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	background: none;
	height: auto;
	margin-bottom: 5px;
	width: auto;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	height: auto;
	width: 120px;
}

.clear {
	clear: both;
}