#picture {
	width:320px;
	height:320px;
	background-repeat:no-repeat;
	background-position:left top;
}

#pictures {
	width:320px;
	float:right;
}

#information {
	width:300px;
	border:0px solid red;
}

#price {
	background-position:right top;
	background-repeat:no-repeat;
	width:300px;
	height:60px;
	margin-top:30px;
}

.productpic {
	width:80px;
	height:80px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	border:1px solid #DDDDDD;
	margin-right:20px;
	margin-bottom:15px;
}


div#morePics {
	clear:right;
	float:right;
	
}