/*
    Document   : opBanner
    Created on : - - - - -
    Author     : NeoQuick
    Description: Banner

[ - [�NDICE - ]

	1 - Nivo Slier - 12


/* 1 - Nivo Slier 01
------------------------------------------------*/
/* The Nivo Slider styles */
.nivoSlider{position:relative}
.nivoSlider img{position:absolute;top:0;left:0}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none}
/* The slices in the Slider */
.nivo-slice{display:block;position:absolute;z-index:50;height:100%}
/* Caption styles */
.nivo-caption{position:absolute;left:0;bottom:0;background:#fff;color:#000;font-weight:bold;opacity:0.8;/* Overridden by captionOpacity setting */
width:615px;/* tamanho do caption - t�tulo de not�cias...exemplo */
z-index:99}
.nivo-caption p{padding:5px;margin:0}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{position:absolute;top:40%;z-index:99;cursor:pointer}
/*.nivo-prevNav{left:0;background:url(../images/opBannerSetaEsquerda.png) no-repeat}
.nivo-nextNav{right:0;background:url(../images/opBannerSetaDireita.png) no-repeat}*/
.nivo-directionNav a{display:block;width:45px;height:84px;/*background:url(../../images/arrows.png) no-repeat;*/
 /* imagens das setinhas:D */
text-indent:9999px;overflow:hidden;border:0}
a.nivo-nextNav{right:-17px}
a.nivo-prevNav{left:-17px}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a{position:relative;z-index:99;cursor:pointer;background:url(../../images/bullets.png) no-repeat;/* iamgens das setinhas:D */}
.nivo-controlNav a.active{font-weight:bold}
