@charset "utf-8";

/* slider specific CSS */
.sliderGallery {
overflow: hidden;
position: relative;
margin:0;
padding-left: 10px;
height: 120px;
width: 615px;
}

.sliderGallery UL {
position: absolute;
list-style: none;
overflow: none;
white-space: nowrap;
padding: 0;
margin: 0;
}

.sliderGallery UL LI {
display: inline;
}

.slider {
width: 620px;
height: 17px;
margin-left: 0;
padding: 2px;
position: relative;
background: url(../image/bar.gif) no-repeat;
}

.handle {
position: absolute;
cursor: move;
height: 19px;
width: 181px;
top: 0;
background: url(../image/slider.gif) 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;
}
