﻿/********************** Vibe BR Style **********************/
div#slideshow {position: relative; height: 199px; }
div#slideshow div {position: absolute; top: 0; left: 0; z-index: 8; opacity: 0.0; filter: alpha(opacity = 0); background-color: #fff;width:100%;}
div#slideshow div img {display: block; border: 0;width:100%;}
div#slideshow div.active {z-index: 10; opacity: 1.0; filter: alpha(opacity = 100);}
div#slideshow div.last-active {z-index: 9;}
div#bannerImage {width: 391px; float: right; clear: left; height: 340px; margin-bottom: 30px; position: relative;}
ul#squareImgUL {position: absolute; bottom: 10px; right: 10px; margin: 0; z-index: 100;list-style:none;}
ul#squareImgUL li {display: list-item; float: left; padding:0; background:none;}
span.squareImg {display: block; width: 10px; height: 10px; background-color: gray; position: relative; z-index: 100; margin-right: 5px; cursor: pointer; border: solid 1px #fff; opacity: 0.6; filter: alpha(opacity = 60);}
li.activeLi span.squareImg {background-color: #0A7DB3;}