/* slider specific CSS */
.sliderGallery {
	/*background: url(images/productbrowser_background_20070622.jpg) no-repeat;*/
	overflow: hidden;
	position: relative;
	padding: 0px;
	height: 430px;
	width: 1000px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
	margin: 0 20px 0 20px;
}
.sliderGallery UL LI.first {
	margin-left: 0px;
}
.sliderGallery UL LI.last {
	margin-right: 0px;
}

.sliderGallery .slider {
	width: 1000px;
	height: 17px;
	margin-left: 0;
	margin-right: 0;
	padding: 1px;
	position: absolute;
	margin-top: 410px;
	background:url(slider-back.gif) repeat-x bottom left;
}

.sliderGallery .slider .handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(slider-handle.gif) no-repeat;
	z-index: 100;
}

.sliderGallery .slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}
