#gallery
{
	float: left;
	width: 575px;
	height: 495px;
	margin-top: -9px;
	margin-left: -10px;
	background-image: url('/images/yacht/bg_gallery.png');
	background-position: top left;
	background-repeat: no-repeat;
}

	#gallery_flash
	{
		width: 545px;
		height: 510px;
		margin-top: 9px;
		margin-left: 9px;
	}
	
	#gallery_images
	{
		width: 545px;
		height: 430px;
	}
	
		.gallery_images_item
		{
			position: absolute;
			display: none;
		}
	
	#gallery_menu
	{
		overflow: hidden;
		width: 545px;
		height: 52px;
		margin-top: 4px;
	}
	
		#gallery_menu_items
		{
			white-space: nowrap;
			height: 56px;
			margin-left: -2px;
		}
		
			#gallery_menu_items a
			{
				width: 57px;
				height: 52px;
				padding: 2px;
			}
		
		#gallery_menu_buttons
		{
			height: 20px;
			margin-top: 4px;
		}
			
			#gallery_menu_buttons .but_prev,
			#gallery_menu_buttons .but_next
			{
				cursor: pointer;
			}
			
			#gallery_menu_buttons .but_prev
			{
				float: left;
				margin-left: -4px;
			}
			
			#gallery_menu_buttons .but_next
			{
				float: right;
				margin-right: -4px;
			}
