.sliderGallery {
height:240px;
overflow:hidden;
padding:10px;
position:relative;
width:601px;
}
.sliderGallery ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
position:absolute;
white-space:nowrap;
}
.sliderGallery ul li {
display:inline;
}

#content .sliderGallery ul {
margin:40px 0 0 0;
}
.slider {
background: url(../images/slider_scroll.gif) no-repeat;
height:17px;
margin-left:5px;
margin-top:220px;
padding:1px;
position:relative;
width:591px;
}
.handle {
background: url(../images/slider_scroller.png) no-repeat;
cursor: w-resize;
height:17px;
position:absolute;
top:0pt;
width:181px;
z-index:100;
}
.slider span {
cursor:pointer;
font-size: 90%;
position:absolute;
z-index:110;
}
.slider .slider-lbl1 {
left:50px;
}
.slider .slider-lbl2 {
left:150px;
}
.slider .slider-lbl3 {
left:250px;
}
.slider .slider-lbl4 {
left:350px;
}
.slider .slider-lbl5 {
left:450px;
}