/*
Skin Name: Nivo Slider Fun&Food
Skin URI: http://www.planilandia.com
Description: Skin para Nivo Slider asociado al plugin UVE Slider
Version: 1.0
Author: UVE
Author URI: http://www.kungfunk.com
Supports Thumbs: false
*/

.theme-uve.slider-wrapper {
	
}
.theme-uve .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    overflow: hidden;
}
.theme-uve .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-uve .nivoSlider a {
	border:0;
	display:block;
}

.theme-uve .nivo-controlNav {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 100;
	text-align: center;
	padding: 0;
}
.theme-uve .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left: 8px;
}
.theme-uve .nivo-controlNav a.first-child { margin-left: 0; }
.theme-uve .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-uve .nivo-directionNav {
	position: absolute; z-index: 1000; width: 67px; height: 33px; right: 0; bottom: 0;
}

.theme-uve .nivo-directionNav a {
	display:block;
	width:33px;
	height:33px;
	background: url(bigarrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: 0;
	position: absolute;
	opacity: 1;
}
.theme-uve .nivo-directionNav a:hover {
	opacity:0.8;
}
.theme-uve a.nivo-nextNav {
	background-position: right 0;
	right:0px;
}
.theme-uve a.nivo-prevNav {
    background-position: 0 0;
    left: 0px;
}

.theme-uve .nivo-caption {
	position: absolute; 
	overflow: hidden;
	width: 10px; 
	height: 10px;
	top: -10px;
	left: -10px;
    font-family: Helvetica, Arial, sans-serif;
}
.theme-uve .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-uve .nivo-caption a:hover {
    color:#fff;
}

.theme-uve .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-uve .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-uve .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}