.ProductSlider {
	OVERFLOW: hidden;
	WIDTH: 100%;
	PADDING-TOP: 260px;
	POSITION: relative;
	HEIGHT: 35px;
}
.ProductSlider UL {
	padding: 0;
	DISPLAY: block;
	LEFT: 0px;
	MARGIN: 0px;
	WIDTH: 5000px;
	PADDING-TOP: 0px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 165px
}
.ProductSlider LI {
	padding: 0 16px 0 16px;;
	DISPLAY: block;
	FLOAT: left;
	MARGIN: 0;
	WIDTH: 185px;
}
.ProductSlider .slider {
	PADDING-BOTTOM: 3px;
	WIDTH: 162px;
	PADDING-TOP: 3px;
	POSITION: relative;
	HEIGHT: 22px;
	background-image: url(../images/catalogue-scroll-bg.png);
	background-repeat: no-repeat;
}
.ProductSlider .handle {
	DISPLAY: block;
	Z-INDEX: 100;
	CURSOR: move;
	POSITION: absolute;
	TOP: 1px
}

