#slider_holder {
	position: relative;
	top: 20px;
	margin-bottom: 180px;
}

#appleslider {
	position: absolute;
	height: 166px;
	width: 470px;
	background: url('sliderbg.png') repeat-x;
	/*background-attachment: fixed;*/
	/*background-color:gray;*/
	overflow: hidden;
}

#slider {
	position: relative;
	top: 140px;
	left: 10px;
	height: 21px;
	width: 455px;
	background: url('slider.png') no-repeat;
}

.product {
	position: absolute;
	text-align: center;
	height: 100px;
	width: 250px;
	padding-top:10px;
}

img {border:0px;}

#knob {
	top: 1px;
	height: 19px;
	width: 127px;
	background: url('knob.png') no-repeat;
}

#product_copy {
	position: absolute;
	top: 380px;
}
