div#big_image_area {
	float: left;
	width: 284px;
	height: 399px;
}

div#product_images_area {
	float: left;
	width: 565px;
	*width: 566px;
	height: 399px;
}

div.product_image {
	width: 140px;
	height: 99px;
/*	background-color: #dfdedb;*/
	background-color: #efeeeb;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	overflow: hidden;
	position: relative;
}
div.active_product {
	position: absolute;
	height: 12px;
	width: 12px;
	left: 128px;
	top: 87px;
	background-image: url(/fileadmin/user_upload/img/_global/b_lupe.gif);
	cursor: hand;
}
