/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/



/* LOADING */
.theme-dark.slider-wrapper {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
}
.theme-dark .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	background-color: Black !Important;
}
.theme-dark .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-dark .nivoSlider a {
	border:0;
	display:block;
}

/* BULLETS */

.theme-dark .nivo-controlNav {
	text-align: center;
	position: relative;
	top: -30px;
	padding: 0px 0px;
	z-index: 10;
}

.theme-dark .nivo-controlNav a {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(bullets.png) no-repeat 0px 0px;
	text-indent:-9999px;
	border: 0px;
	margin: 0px 6px;
}

.theme-dark .nivo-controlNav a.active {
	background-position:0 100%;
}

/* NARROWS */

.theme-dark .nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-dark:hover .nivo-directionNav a { opacity: 1; }

.theme-dark a.nivo-nextNav {
	background-position:-50px 0;
	right:20px;
	top: 43%;
}
.theme-dark a.nivo-prevNav {
	left:20px;
	top: 43%;
}

/* TEXTOS */

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

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
