.title {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 381px;
	top: 2px;
	left: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
	z-index: 7;
}
.main {
	overflow: auto;
	position: absolute;
	height: 220px;
	width: 294px;
	top: 20px;
	left: 10px;
	margin: -10px;
	padding: 10px 10px 10px 370px;
	z-index: 2;

}
.specs {
	overflow: auto;
	position: absolute;
	height: 140px;
	width: 294px;
	top: 250px;
	left: 370px;
	margin: -10px;
	padding: 0px 10px 0px;
	z-index: 3;
}
.shop {
	overflow: visible;
	position: absolute;
	height: 120px;
	width: 160px;
	top: 340px;
	left: 525px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.shoppingcart {
	height: 120px;
	width: 160px;
	cursor: hand;
	border: none;
	background-image: url(../img/shopping-cart.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.getit {
	height: 17px;
	width: 60px;
	cursor: hand;
	border: none;
	background-image: url(../img/get_it.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.img1 {
	overflow: hidden;
	position: absolute;
	height: 370px;
	width: 370px;
	top: 21px;
	left: 0px;
	z-index: 4;
}
.img2 {
	overflow: hidden;
	position: absolute;
	height: 120px;
	width: 120px;
	top: 150px;
	left: -120px;
	text-align: right;
	z-index: 5;
}
.img3 {
	overflow: hidden;
	position: absolute;
	height: 120px;
	width: 120px;
	top: 270px;
	left: -120px;
	text-align: right;
	z-index: 6;
}

