/** RESET AND LAYOUT
===================================*/

.bx-wrapper { position:relative; padding: 0; }
.bx-wrapper img { max-width:100%; display: block; }

/** THEME
===================================*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { 	position:absolute; width:100%; }

/* LOADER */
.bx-wrapper .bx-loading { background:url(../images/icoLoadingG.gif) center center no-repeat #FFF; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000; }

/* PAGER */
.bx-wrapper .bx-pager {	text-align:center; font-size:12px; z-index:8; position:relative; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { border:2px solid #FFF; text-indent:-9000px; display:block; width:9px; height:9px; margin:0 2px; outline:0; padding-top:-20px; margin-top:-25px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background:#FFF; }


/* DIRECTION CONTROLS (NEXT / PREV) */
.contentFoot .bx-wrapper .bx-prev { background:url(../images/navVoltar.png) center center no-repeat; left:-2.800em; transition:background .5s ease; }
.contentFoot .bx-wrapper .bx-next {  background:url(../images/navAvancar.png) center center no-repeat no-repeat; right:-2.000em; transition:background .5s ease; }
.contentFoot .bx-wrapper .bx-prev:hover { transition:background .5s ease; opacity:0.6; filter:alpha(opacity=60); }
.contentFoot .bx-wrapper .bx-next:hover { transition:background .5s ease; opacity:0.6; filter:alpha(opacity=60); }
.contentFoot .bx-wrapper .bx-controls-direction a { position:absolute; top:0.500em; outline:0; width:2.250em; height:2.250em; text-indent:-9999px; z-index:10; }
.contentFoot .bx-wrapper .bx-controls-direction a.disabled { display:none; }

.contentModeloTexto .bx-wrapper .bx-prev { background:url(../images/navVoltar.png) center center no-repeat; left:-2.800em; transition:background .5s ease; }
.contentModeloTexto .bx-wrapper .bx-next {  background:url(../images/navAvancar.png) center center no-repeat no-repeat; right:-2.000em; transition:background .5s ease; }
.contentModeloTexto .bx-wrapper .bx-prev:hover { transition:background .5s ease; opacity:0.6; filter:alpha(opacity=60); }
.contentModeloTexto .bx-wrapper .bx-next:hover { transition:background .5s ease; opacity:0.6; filter:alpha(opacity=60); }
.contentModeloTexto .bx-wrapper .bx-controls-direction a { position:absolute; top:0.500em; outline:0; width:2.250em; height:2.250em; text-indent:-9999px; z-index:10; }
.contentModeloTexto .bx-wrapper .bx-controls-direction a.disabled { display:none; }

.contentVejaTambem .bx-wrapper .bx-prev { background:url(../images/navVoltar.png) center center no-repeat; left:-2.800em; transition:background .5s ease; }
.contentVejaTambem .bx-wrapper .bx-next {  background:url(../images/navAvancar.png) center center no-repeat no-repeat; right:-2.800em; transition:background .5s ease; }
.contentVejaTambem .bx-wrapper .bx-prev:hover { transition:background .5s ease; opacity:0.6; filter:alpha(opacity=60); }
.contentVejaTambem .bx-wrapper .bx-next:hover { transition:background .5s ease; opacity:0.6; filter:alpha(opacity=60); }
.contentVejaTambem .bx-wrapper .bx-controls-direction a { position:absolute; top:5.500em; outline:0; width:2.250em; height:2.250em; text-indent:-9999px; z-index:10; }
.contentVejaTambem .bx-wrapper .bx-controls-direction a.disabled { display:none; }

@media screen and (max-width:650px) {
	.bx-wrapper .bx-prev, .bx-wrapper .bx-nex, .bx-wrapper .bx-controls-direction { display:none; }
}
