.galleryFader { position: relative; }
.galleryFader ul.gf-gallery { position: absolute; }
.galleryFader ul.gf-gallery li { position: absolute; top:0; left:0; display:none; z-index: 1; overflow: hidden; }
.galleryFader ul.gf-gallery li:first-child { display:block; }
.galleryFader ul.gf-gallery li.last { z-index: 2; }
.galleryFader ul.gf-gallery li.active { z-index: 3; }
.galleryFader ul.gf-navigation { display: none; position: absolute; z-index: 5; bottom: 3%; right: 0; padding: 5px 10px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); border-radius: 6px 0 0 6px; }
.galleryFader ul.gf-navigation li { float:left; /*background: #000;*/ color: #FFF; padding: 3px 6px; margin: 0 2px; cursor: pointer;font-size: 11px; font-weight: bold; width: 8px; text-align: right; }
.galleryFader ul.gf-navigation li.hover { background: url(/documents/Thy/js/plugin/bbGalleryFader/nav-bg.png) no-repeat 0 -20px; }
.galleryFader ul.gf-navigation li.selected { /*background: #FFF;*/ color: #000; background: url(/documents/Thy/js/plugin/bbGalleryFader/nav-bg.png) no-repeat 0 2px; }
.galleryFader.hover ul.gf-navigation { display: block; }
.galleryFader div.gf-controller { display: none; position: absolute; top: 10px; left: 10px; width: 18px; height: 18px; z-index: 3; cursor: pointer; background: url(/documents/Thy/js/plugin/bbGalleryFader/pause-play-sound-18.png) no-repeat 0 0; }
.galleryFader div.gf-controller.paused { background-position: -18px 0; }
