#container_gallery {
	width: 420px;
	height:120px;
}
/* slider specific CSS */
.sliderGallery_thumb {
	overflow: hidden;
	width: 420px;
	position: relative;
	height:120px;
	margin-top:5px;
	margin-left:10px;
}
.sliderGallery_thumb UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	padding-left:5px;
}
.sliderGallery_thumb UL LI {
	display: inline;
	padding:10px;
}
.slider_thumb {
	width: 400px;
	height: 17px;
	margin-top: 100px;
	margin-left: 5px;
	padding: 1px;
	position: absolute;
	background: url(images/slider/productbrowser_scrollbar_20070623.png) no-repeat;
}
.handle_thumb {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 100px;
	padding-right:22px;
	top: 0px;
	background: url(images/slider/productbrowser_scroller_20080116.png) no-repeat;
	z-index: 100;
}

