#product-gallery
{
	padding	:	5px;
	width	:	230px;
}
#product-picture
{
	border			:	#D9D9D9 1px solid;
	height			:	230px;
	margin-bottom	:	5px;
	width			:	230px;
}
#product-pictures
{
	border		:	#D9D9D9 1px solid;
	height		:	80px;
	overflow	:	auto;
	width		:	230px;
}
#product-pictures a
{
	float	:	left;
}
#product-informations
{
	margin	:	5px 0px 0px 20px;
	width	:	440px;
}
#product-name
{
	font-size		:	20px;
	border-bottom	:	1px dotted #BBB;
	padding-bottom	:	10px;
}
