@charset "UTF-8";
/* CSS Document */


}
#wrapper {
	height: 100%;
	width: 100%;
}
#content {
	width: 850px;
	min-height: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}


#appleslider {
	height: 166px;
	width: 800px;
	overflow: hidden;
	background-image: url('sliderbg.png');
	position: relative;
	float: left;
}


#slider {
	height: 21px;
	width: 786px;
	background: url('slider.png') no-repeat;
	position: relative;
	float: left;
	left: 8px;
	bottom: 25px;
}

.product {
	position: absolute;
	text-align: center;
	height: 160px;
	width: 290px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

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