/* slider specific CSS */
.sliderGallery {
overflow: hidden;
position: relative;
padding: 10px;
height: 160px;
width: 700px;
}

.sliderGallery UL {
position: absolute;
list-style: none;
overflow: none;
white-space: nowrap;
padding: 0;
margin: 0;
width:3700px;
}

.sliderGallery UL LI {
display: inline;
position:relative;
top:5px;
width:145px;
padding:0px 10px;
height:100px;
float:left;
}

.sliderGallery UL LI a {
text-align:center;
float:left;
width:100%;
height:25px;
padding-top:105px;
cursor:pointer;
background-position:center top;
white-space:normal;
font-size:11px;
color: #CCCCCC;
text-decoration:none;
}

.sliderGallery UL LI a:hover {
color: white;
}

.slider {
width: 700px;
height: 17px;
margin-top: 140px;
margin-left: 0px;
padding: 1px;
position: relative;
}

.slider_table {
width: 756px;
height: 19px;
border: 0px;
}

.slider_table * {
border: 0px;
border-collapse:collapse;
padding: 0px;
margin: 0px;
}

.slider_left {
width: 28px;
background: url(/design/slackline/images/scrollbar_left.png) no-repeat;
}

.slider_center {
width: 700px;
height: 19px;
background: url(/design/slackline/images/scrollbar_center.png) repeat-x;
}

.slider_right {
width: 28px;
background: url(/design/slackline/images/scrollbar_right.png) no-repeat;
}

.handle {
position: absolute;
cursor: pointer;
height: 17px;
width: 181px;
top: 0;
margin:1px 2px 0px 1px;
padding: 0px 1px 0px 2px;
background: url(/design/slackline/images/scroller_handle.png) no-repeat;
z-index: -100;
}

.handle2 {
position: absolute;
cursor: pointer;
height: 17px;
width: 181px;
top: 0;
margin:1px 2px 0px 1px;
padding: 0px 1px 0px 2px;
background: url(/design/slackline/images/scroller_handle.png) no-repeat;
z-index: 100;
}

.slider span {
color: #bbb;
font-size: 80%;
cursor: pointer;
position: relative;
z-index: 110;
top: -17px;
text-align:center;
float:left;
white-space:nowrap;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}

.slider .slider-lbl1 {
left:25px;
width:80%;
}

.slider .slider-lbl2 {
width: 19%;
}

.slider .slider-lbl3 {
width:0px;
}

.slider .slider-lbl4 {
width:0px;
}

.slider .slider-lbl5 {
width:0px;
}

.slider .slider-lbl6 {
width:0px;
}

.slider .slider-lbl7 {
width:0px;
}

.slider .slider-lbl8 {
width:0px;
}

.slider .slider-lbl9 {
width:0px;
}
.slider .slider-lblLast {
width:0px;
}
/* slider specific CSS */