/*==================================*/
/* Nivo Slider Demo					*/
/* November 2010					*/
/* By: Gilbert Pellegrom			*/
/* http://dev7studios.com			*/
/*==================================*/

/*==================================*/
/*=== Main Styles ==================*/
/*==================================*/
.slider { font: 14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; top: 0; color:#fff; text-shadow:0 1px 0 #fff; position:relative; background:url(loading.gif) no-repeat 50% 50%;}
/* As dimensões da imagem são setadas através do painel administrativo não inserir aqui porfavor pois assim deixa de ser dinâmico */
.slider a,.slider a:visited { color: #2d3536; text-decoration: none; border-bottom: 1px dotted #826a4d;}
.slider a:hover,.slider a:active { color: #9e805c; text-decoration: none;}

/*==================================*/
/*=== Custom Slider Styles =========*/
/*==================================*/
#slider-wrapper { margin: 0 auto; padding-top: 74px; margin-top: 50px;}
.slider p, .slider strong, .slider span{ color: #fff;}
.slider img { position: absolute; top: 0; left: 0; display: none;}
.slider a { border: 0; display: block;}
.slider .nivo-controlNav { bottom: -65px; right: 0; position: absolute; width: 130px; height: 104px;}
.thumbs { display: block; width: 50px; height: 50px; text-indent: -9999px; border:0; margin-bottom:3px; margin-right:3px; float:left; border: 1px #a4a4a4 solid;}
.numbers { width: 20px; float:left; text-align: center; background: #eee; padding: 5px; margin-right: 2px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;}
.slider .nivo-controlNavText a { text-indent: 0;}
.slider .nivo-controlNav a.active { background-position: 0 -22px;}
.slider .nivo-directionNav a { display: block; width: 70px; height: 90px; background:url(arrows.png) no-repeat; text-indent: -9999px; border:0;}
.slider a.nivo-nextNav { background-position: -70px 0; right: 0;}
.slider a.nivo-prevNav { left: 0;}
.slider .nivo-caption { text-shadow: none; font-family: Helvetica, Arial, sans-serif;}
.slider .nivo-caption a { color: #efe9d1; text-decoration: underline;}
.slider .nivo-caption { display: none !important;}
.slider .nivo-controlNav { display: none;}

/*==================================*/
/*=== Other Styles =================*/
/*==================================*/
.slider .clear { clear: both;}