div#product_block{
	position	: relative;
	display		: block;
	width		: 560px;
	height		: 160px;
	margin		: 4px 10px;
	padding		: 0;
	overflow	: hidden;
}
div#product_block ul#pr_ul{
	display		: block;
	position	: absolute;
	top			: 20px;
	left		: 0;
	height		: 140px;
}
div#product_block ul:after{
	clear		: left;
	content		: ".";
	height		: 0;
	visibility	: hidden;
}
div#product_block ul li{
	list-style-type	: none;
	display			: block;
	width			: 120px;
	height			: 140px;
	float			: left;
	margin-right	: 8px;
}
div#product_block ul li span{
	font-size		: 8pt;
	color			: green;
	line-height		: 1em;
}
div#sliderTrack{
	width			: 560px;
	height			: 20px;
	background		: url('/image/bg_slidertrack.gif') no-repeat 0 0;
}
div#sliderHandle{
	width			: 12px;
	height			: 20px;
	background		: url('/image/bg_sliderhandle.gif') no-repeat 0 0;
}
