/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY   ================================================== */#featured { 	width: 100%;	height: 945px;	background: url('../imagens/banner/images/loading.gif') no-repeat center center;	overflow: hidden; }#featured>img,#featured>div,#featured>a { display: none; }/* CONTAINER   ================================================== */div.orbit-wrapper {    width: 1px;    height: 1px;    position: relative; }div.orbit {    width: 1px;    height: 1px;    position: relative;    overflow: hidden }div.orbit>img {    position: absolute;    top: 0;    left: 0;    display: none; }div.orbit>a {    border: none;    position: absolute;    top: 0;    left: 0;    line-height: 0;     display: none; }.orbit>div {    position: absolute;    top: 0;    left: 0;    width: 980px;    height: 345px; }/* DIRECTIONAL NAV   ================================================== */div.slider-nav {    display: block }div.slider-nav span {    width: 20px;    height: 100px;    text-indent: -9999px;    position: absolute;    z-index: 1000;    top: 50%;    margin-top: -50px;    cursor: pointer;}div.slider-nav span.right {    background: url(../imagens/banner/images/right-arrow.png);    right: 0; }div.slider-nav span.left {    background: url(../imagens/banner/images/left-arrow.png);    left: 0; }/* BULLET NAV   ================================================== */.orbit-bullets {    position: absolute;    z-index: 1000;    list-style: none;    bottom:0;    left: 50%;    margin-left: -50px;    padding: 0;}.orbit-bullets li {    float: left;    margin-left: 5px;    cursor: pointer;    color: #999;    text-indent: -9999px;    background: url(../imagens/banner/images/bullets.png) no-repeat 4px 0;    width: 13px;    height: 12px;    overflow: hidden; }.orbit-bullets li.active {    color: #222;    background-position: -8px 0; }.orbit-bullets li.has-thumb {    background: none;    width: 100px;    height: 75px; }.orbit-bullets li.active.has-thumb {    background-position: 0 0;    border-top: 2px solid #000; }