#container {
	width: 664px;
}

#right_side {
	visibility: hidden;
}

#empty_products {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 251px;
	height: 251px;
}

#hair_products {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 381px;
	height: 251px;
}

#custom_product {
	position: absolute;
	left: 0px;
	top: 251px;
	width: 250px;
	height: 147px;
}

#custom_product img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#nail_products {
	position: absolute;
	left: 250px;
	top: 251px;
	width: 381px;
	height: 147px;
}

#products {
	position: relative;
	height: 398px;
	width: 654px;
	top: -3px;
}


	