@charset "UTF-8";
        
/* slider specific CSS */
.sliderGallery {
	background: url(slider_images/productbrowser_background_659.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0px;
	height: 243px;
	width: 668px;
	margin-bottom: 10px;
}
        
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	top: 42px;
	left: 0px;
}
        
.sliderGallery UL LI {
    display: inline;
}
        
.slider {
	position: absolute;
	width: 668px;
	height: 21px;
	padding: 0px;
	background: url(slider_images/productbrowser_scrollbar_661.png) no-repeat;
	top: 222px;
	left: 0px;
}
        
.handle {
	position: absolute;
	cursor: move;
	height: 19px;
	width: 168px;
	top: 193;
	background: url(slider_images/productbrowser_scroller161X19.png) no-repeat;
	z-index: 100;
	left: 0px;
}
        
.slider span {
    color: #333333;
    font-size: 60%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}
        
.slider .slider-lbl1 {
    left: 70px;
}
        
.slider .slider-lbl2 {
    left: 290px;
}
        
.slider .slider-lbl3 {
    left: 470px;
}

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

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

.slider .slider-lbl6 {
    left: 760px;
}

