

/* slider specific CSS */
.sliderGallery {
	overflow: hidden;
	padding: 10px;
	height: 111px;
	width: 642px;
	position: relative;
	margin-top: 10px;
		background: #FFF;
	border: 1px solid #000;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.sliderGallery UL A{
	border: 0;
	background: none;
	text-decoration: none;
	}
.sliderGallery UL LI {
    display: inline;
    border: 0;
	background: none;
	text-decoration: none;
}

.sliderGallery ul li img {
	height: 90px;
	border: 0;
	background: none;
	text-decoration: none;
}
.slider {
	width: 642px;
	height: 17px;
	margin: 0 auto;
	top: 100px;
	padding: 1px;
	position: relative;
	background: url(../img/products/productbrowser_scrollbar_20070622.png) no-repeat;
	behavior:url(../css/iepngfix.htc); 
}

.handle {
	position: absolute;
	cursor: pointer;
	height: 17px;
	width: 181px;
	top: -1px;
	left: -2px;
	background: url(../img/products/productbrowser_scroller_20090115.png) no-repeat;
	_background: url(../img/products/productbrowser_scroller_20090115.gif) no-repeat;
	z-index: 100;
}

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

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

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

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

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

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