

.multigallery {
	width: 500px;

	margin-bottom: 15px;

	position: relative;

	padding-top: 20px;

	cursor: pointer;
}

	.multigallery_header {
		height: 20px;
		width: 500px;

		background-image: url(../images/multigallery_header.gif);
		background-repeat: no-repeat;

		margin-bottom: 13px;
	}

	.multigallery_items {
		margin-bottom: 15px;
	}

		.multigallery_item {
			height: 75px;
			width: 500px;

			background-image: url(../images/multigallery_item.png);
			background-repeat: no-repeat;
			background-position: 5px 0px;

			margin-bottom: -3px;

			position: relative;

		}

			.multigallery_item_preview {
				height: 57px;
				width: 98px;

				position: absolute;
				top: 7px;
				left: 13px;
			}

				.multigallery_item_preview_play {
					height: 31px;
					width: 36px;

					background-image: url(../images/multigallery_item_preview_play.png);
					background-repeat: no-repeat;

					position: absolute;
					top: 18px;
					left: 36px;
				}

			.multigallery_item_caption_title {
				height: 33px;
				width: 320px;

				position: absolute;
				top: 19px;
				left: 126px;

				font-size: 13px;
				line-height: 16px;

				color: #ffffff;

				overflow: hidden;
			}

			.multigallery_item_expand {
				height: 15px;
				width: 32px;

				background-image: url(../images/multigallery_item_expand.gif);
				background-repeat: no-repeat;

				position: absolute;
				top: 53px;
				left: 445px;

				cursor: pointer;
			}

	.multigallery_player_video_div {
		height: 359px;

		position: relative;

		display: none;
	}

		.multigallery_player_collapse {
			height: 15px;
			width: 32px;

			background-image: url(../images/multigallery_player_collapse.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: -19px;
			left: 445px;

			cursor: pointer;
		}


		.multigallery_player_video {
			height: 363px;
			width: 460px;

			background-image: url(../images/multigallery_player_video.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: -4px;
			left: 18px;
		}

			.multigallery_player_video_flash {
				height: 19px;
				width: 390px;

				position: absolute;
				top: 15px;
				left: 30px;

			}

			.multigallery_player_video_caption_text {
				height: 40px;
				width: 400px;

				position: absolute;
				top: 303px;
				left: 30px;

				font-size: 10px;
				line-height: 13px;

				color: #ffffff;

				overflow: hidden;
			}


	.multigallery_player_audio_div {
		height: 99px;

		position: relative;

		display: none;

	}

		.multigallery_player_audio {
			height: 103px;
			width: 460px;

			background-image: url(../images/multigallery_player_audio.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: -4px;
			left: 18px;
		}

			.multigallery_player_audio_flash {
				height: 19px;
				width: 390px;

				position: absolute;
				top: 15px;
				left: 30px;
			}

			.multigallery_player_audio_caption_text {
				height: 40px;
				width: 400px;

				position: absolute;
				top: 43px;
				left: 30px;

				font-size: 10px;
				line-height: 13px;

				color: #ffffff;

				overflow: hidden;
			}

	.multigallery_footer {
		height: 1px;
		width: 500px;

		background-image: url(../images/multigallery_footer.gif);
		background-repeat: no-repeat;

		margin-bottom: 20px;
	}

