/* slider specific CSS */
.sliderGallery {
    background: url("http://www.geistesblitz.cc/geistesblitz/layout/images/ref_bg.png") repeat-x;
    overflow: hidden;
    position: relative;
    padding: 0px;
    height: 150px;
    width: 593px;
    border: 1px solid #bfbfbf;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    margin: 0px;
}

.sliderGallery UL LI {
    display: inline;
    padding: 0px;
    margin: 0px 3px;
}

.slider {
    width: 593px;
    height: 19px;
    margin-top: 131px;
    position: relative;
    background: url("http://www.geistesblitz.cc/geistesblitz/layout/images/apple_scrollbar.png") no-repeat;
}

.handle {
    position: absolute;
    cursor: move;
    height: 19px;
    width: 180px;
    margin: 0px 20px;
    top: 0;
    background: url("http://www.geistesblitz.cc/geistesblitz/layout/images/apple_scroller.png") no-repeat;
    z-index: 100;
}

.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}