<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bx-wrapper {position: relative;margin: 0 auto 60px;padding: 0;*zoom: 1;}

/** DEFAULT THEME
===================================*/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;bottom: 0;width: 100%;left: 0;}

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

/* PAGER */
.bx-wrapper .bx-pager { width: auto; left:auto;right: 20px; top: 20px; text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;z-index: 999;height: 12px}

.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 {background:url(../images/controls.png) 0 -118px no-repeat ;text-indent: -9999px;display: block;width: 11px;height: 11px;margin: 0 5px 0 0;outline: 0;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background-position: 0 -129px; }

/* DIRECTION CONTROLS (NEXT / PREV) */

/* Default */
.bx-wrapper .bx-prev {left:1%;background: url(../images/controls.png) no-repeat 0 0;}
.bx-wrapper .bx-next {right:1%;background: url(../images/controls.png) no-repeat -36px 0}
.bx-wrapper .bx-prev:hover {background-position: 0 -59px; }
.bx-wrapper .bx-next:hover {background-position: -34px -59px; }

.bx-wrapper .bx-controls-direction a { position: absolute;top:50%;margin-top:-30px;outline: 0;width: 34px;height: 59px;text-indent: -9999px;z-index: 9994;}
.bx-wrapper .bx-controls-direction a.disabled { opacity: 1 }


/* Referances */
.ref-carousel .bx-wrapper .bx-prev {top:0;background: url(../images/controls.png) no-repeat 0 -140px;}
.ref-carousel .bx-wrapper .bx-next {top:50px;background: url(../images/controls.png) no-repeat -50px -190px}
.ref-carousel .bx-wrapper .bx-prev:hover {background-position: -50px -140px; }
.ref-carousel .bx-wrapper .bx-next:hover {background-position: 0 -190px; }

.ref-carousel .bx-wrapper .bx-controls-direction a {margin:0;left:auto;right:-60px;;width:50px;height: 50px;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url(../images/controls.png) -86px -11px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop {display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(../images/controls.png) -86px -44px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0;width: 35px;}</pre></body></html>