/*
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-nivo.slider-wrapper {
    background: url(fundoSlider.png);
    xwidth:793px;
    xheight:530px;
    margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 15px;
    position:relative;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;*/
    /*-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;*/
    box-shadow: 0px 1px 5px 0px #0a0a0a;
}

.theme-nivo .nivoSlider {
	xwidth:768px;
    xheight:512px;
    position:relative;
	background:#464646 url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-nivo .nivoSlider img {
	position:absolute;
	display:none;
}
.theme-nivo .nivoSlider a {
	border:0;
	display:block;
}

.theme-nivo .nivo-controlNav {
	position:absolute; /*left:50%;*/
	xtop:514px;
    xwidth:793px;
    text-align: center;
    vertical-align: middle;
    height: 80px; 
    margin-left: -4px;
    display: none;
    visibility: hidden;
}
.theme-nivo .nivo-controlNav a {
	width:16px;
	height:16px;
	background:url(bullets-medio.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	display:block;
	float:left;
}
.theme-nivo .nivo-controlNav a.active {
	background-position:0 -16px;
}

.theme-nivo .nivo-directionNav a {
	width:25px;
	height:42px;
	background-position: right;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	display:block;
}
.theme-nivo a.nivo-nextNav {
	background-position: left;
	right:-2px;
}
.theme-nivo a.nivo-prevNav {
	background-position: right;
	left:-2px;
}

.theme-nivo .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-nivo .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-nivo .nivo-caption a:hover {
    color:#fff;
}