#images
{
	float: left;
	width: 660px;
	height: 486px;
	margin-top: 16px;
	margin-left: -11px;
}

	#images #horizontal .image
	{
		float: left;
		width: 174px;
		height: 108px;
		margin-bottom: -7px;
		margin-right: -8px;
		padding: 12px;
		background-image: url('/images/yacht/bg_image_h.png');
		background-repeat: no-repeat;
	}
	
	#images #vertical .image
	{
		float: left;
		width: 108px;
		height: 174px;
		margin-top: 11px;
		margin-bottom: -8px;
		margin-right: 16px;
		padding: 12px;
		background-image: url('/images/yacht/bg_image_v.png');
		background-repeat: no-repeat;
	}
	
	#images .image img
	{
		cursor: pointer;
	}

#enlargement_horizontal,
#enlargement_vertical
{
	overflow: hidden;
	display: none;
	position: absolute;
	padding: 12px;
	background-repeat: no-repeat;
}

	#enlargement_horizontal img,
	#enlargement_vertical img
	{
		cursor: pointer;
	}

#enlargement_horizontal
{
	width: 280px;
	height: 175px;
	padding-top: 13px;
	background-image: url('/images/yacht/bg_image_h_large.png');
}

#enlargement_vertical
{
	width: 175px;
	height: 280px;
	background-image: url('/images/yacht/bg_image_v_large.png');
}