/* CONTAINER */

div.orbit { width: 1px; height: 1px; position: relative; /*-moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25); */ }

div.orbit img { position: absolute; top: 0; right: 0; }

div.orbit a img { border: none; }







/* BULLET NAV */

.orbit-bullets { position: absolute; z-index: 1000; list-style: none; top: 245px; left: 32px; margin: 0; padding: 11px 5px 0 15px; background:url(../images/banner-nav-bg.png) left top no-repeat; height:39px; width:94px;}

/*.orbit-bullets span { position: absolute; z-index: 1000; list-style: none; top: 222px; right: 0px; margin: 0; padding: 0 10px 0 0; background:url(../images/banner-nav-bg.png) right top repeat-x; height:39px;}*/



.orbit-bullets li { float: left;cursor: pointer; color: #999; text-indent: -9999px; background: url(../images/orbit/bullets.png) no-repeat -21px 0; width: 16px; height:16px; overflow: hidden; margin-right:6px;}

.orbit-bullets li.active { color: #222; background-position:1px 0; }