#sliderbox {
	margin: 5px auto 0 auto;
	position: relative;
	width: 213px;
	height: 70px;
	background: url('../images/slider_scale.gif') top no-repeat;
	cursor: pointer;
}

#sliderbox .num {
	position: absolute;
	display: block;
	top: 20px;
	width: 20px;
	text-align: center;
	font-size: 7pt;
	color: #666;
}

#diap {
	position: absolute;
	top: 5px;
	height: 10px;
	width: 195px;
	background: url('../images/slider_diapbg.gif');
}

#leftarr, #rightarr {
	position: absolute;
	top: 3px;
	width: 7px;
	height: 16px;
	cursor: pointer;
}

#sliderbox .pricebox {
	position: absolute;
	width: 210px;
	top: 40px;
	left: 10px;
	text-align: center;
	color: #666;
}

#sliderbox .pricebox span {
	font-size: 11pt;
	color: #333;
	font-weight: bold;
}

.bypriceadbox {
	float: left;
	width: 130px;
	padding: 10px;
	text-align: center;
}

.bypriceadbox img {
	border: 1px solid #DDD;
}

.bypriceadbox a:hover img {
	border: 1px solid #fa5b05;
}

.bypriceadbox .offers a {
	font-size: 9pt;
}

.bypriceadbox .price {
	font-size: 10pt;
	color: #999;
	font-weight: bold;
}

.moreoffers {
	padding: 10px;
	text-align: center;
}
