/* slider */
.sliderGallery,
.sliderGallery2 {
    /*background: url(../images/jquery/productbrowser_background_20070622.jpg) no-repeat;*/
    overflow: hidden;
    position: relative;
    height: 180px;
    width: 100%;
	margin-bottom: 30px;
}

.sliderGallery table,
.sliderGallery2 table {
    position: absolute;
    overflow: none;
    padding: 0;
    margin: 0;
}

.sliderGallery table tr td,
.sliderGallery2 table tr td {
	text-align: center;
	padding: 0 7px;
}

.sliderGallery table tr td {
	width: 100%;
}

.sliderGallery table tr td img,
.sliderGallery2 table tr td img {
	width: 100px;
}

.sliderGallery table tr td a,
.sliderGallery2 table tr td a {
	text-decoration: none;
}

.slider {
    width: 100%;
    height: 19px;
    margin-top: 160px;
    position: relative;
    background: url(../images/jquery/productbrowser_scrollbar_20070622.png) no-repeat;
}

.handle {
    position: absolute;
    cursor: move;
    height: 19px;
    width: 182px;
    top: 0;
    background: url(../images/jquery/productbrowser_scroller_20080115.png) no-repeat;
    z-index: 100;
}

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

.slider .slider-lbl1 {
    left: 50px;
}

.slider .slider-lbl2 {
    left: 107px;
}

.slider .slider-lbl3 {
    left: 156px;
}

.slider .slider-lbl4 {
    left: 280px;
}

.slider .slider-lbl5 {
    left: 455px;
}



