

.photogallery {
	height: 148px;
	width: 494px;

	margin-bottom: 15px;

	position: relative;

	cursor: pointer;
}

	.photogallery_teaser {
		height: 148px;
		width: 494px;

		position: absolute;
		top: 0px;
		left: 0px;
	}

	.photogallery_teaser_mask {
		height: 148px;
		width: 494px;

		background-image: url(../images/photogallery_teaser_mask.gif);
		background-repeat: no-repeat;

		position: absolute;
		top: 0px;
		left: 0px;
	}

	.photogallery_teaser_over {
		height: 20px;
		width: 494px;

		background-color: #827b31;

		position: absolute;
		top: 128px;
		left: 0px;

		display: none;

	}

		.photogallery_teaser_over_text {
			height: 17px;
			width: 150px;

			font-family: Verdana, Sans-Serif;
			font-size: 12px;

			color: #ffffff;

			text-align: right;

			position: absolute;
			top: 3px;
			left: 315px;
		}

	.photogallery_teaser_arrow {
		height: 16px;
		width: 15px;

		background-image: url(../images/photogallery_teaser_arrow.png);
		background-repeat: no-repeat;

		position: absolute;
		top: 131px;
		left: 472px;
	}


#photogallery_overlay {
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 5000;

	background-image: url(../images/photogallery_overlay_fade.png);
	background-repeat: repeat;

	display: none;

}

#photogallery_player {
	height: 752px;
	width: 730px;

	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 5100;

	display: none;

	background-color: transparent;
}

	#photogallery_player_image {
		height: 550px;
		width: 552px;

		position: absolute;
		top: 0px;
		left: 89px;
	}

		.photogallery_player_image_wide {
			height: 393px;
			width: 550px;

			position: absolute;
			top: 157px;
			left: 1px;
		}

		.photogallery_player_image_tall {
			height: 550px;
			width: 393px;

			position: absolute;
			top: 1px;
			left: 78px;
		}

		.photogallery_player_image_mask_wide {
			height: 395px;
			width: 552px;

			background-image: url(../images/photogallery_player_image_mask_wide.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: 156px;
			left: 0px;
		}

		.photogallery_player_image_mask_tall {
			height: 552px;
			width: 395px;

			background-image: url(../images/photogallery_player_image_mask_tall.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: 0px;
			left: 77px;

		}

	#photogallery_player_close {
		height: 16px;
		width: 81px;

		background-image: url(../images/photogallery_player_close.png);
		background-repeat: no-repeat;

		position: absolute;
		top: 540px;
		left: 626px;

		cursor: pointer;
	}

	#photogallery_player_thumbs {
		height: 98px;
		width: 693px;

		background-image: url(../images/photogallery_player_thumbs.png);
		background-repeat: no-repeat;

		position: absolute;
		top: 554px;
		left: 19px;
	}

		#photogallery_player_thumb_arrow_left {
			height: 86px;
			width: 32px;

			position: absolute;
			top: 6px;
			left: -32px;

			background-image: url(../images/photogallery_player_thumb_arrow_left.png);
			background-repeat: no-repeat;
			background-position: 16px 34px;

			display: none;

			cursor: pointer;
		}

		#photogallery_player_thumb_arrow_right {
			height: 86px;
			width: 32px;

			position: absolute;
			top: 6px;
			left: 691px;

			background-image: url(../images/photogallery_player_thumb_arrow_right.png);
			background-repeat: no-repeat;
			background-position: 0px 34px;

			display: none;

			cursor: pointer;
		}

		#photogallery_player_thumb_arrow_up {
			height: 14px;
			width: 19px;

			position: absolute;
			top: 81px;
			left: 338px;

			background-image: url(../images/photogallery_player_thumb_arrow_up.png);
			background-repeat: no-repeat;
		}

		#photogallery_player_thumbs_images_div {
			height: 88px;
			width: 684px;

			position: absolute;
			top: 4px;
			left: 5px;
		}

			#photogallery_player_thumb_images {
			}


				#photogallery_player_thumb_image1 {
					height: 82px;
					width: 115px;

					position: absolute;
					top: 4px;
					left: 19px;

				}

				#photogallery_player_thumb_image2 {
					height: 82px;
					width: 115px;

					position: absolute;
					top: 4px;
					left: 152px;

				}

				#photogallery_player_thumb_image3 {
					height: 82px;
					width: 115px;

					position: absolute;
					/*top: -12px;*/
					top: 4px;
					left: 285px;

				}

				#photogallery_player_thumb_image4 {
					height: 82px;
					width: 115px;

					position: absolute;
					top: 4px;
					left: 418px;

				}

				#photogallery_player_thumb_image5 {
					height: 82px;
					width: 115px;

					position: absolute;
					top: 4px;
					left: 551px;

				}

						.photogallery_player_thumb_image_wide {
							height: 80px;
							width: 112px;

							position: absolute;
							top: 1px;
							left: 1px;

							cursor: pointer;
						}

						.photogallery_player_thumb_image_tall {
							height: 80px;
							width: 57px;

							position: absolute;
							top: 1px;
							left: 29px;

							cursor: pointer;
						}

						.photogallery_player_thumb_mask_active_wide {
							height: 99px;
							width: 131px;

							background-image: url(../images/photogallery_player_thumb_mask_active_wide.png);
							background-repeat: no-repeat;

							position: absolute;
							top: -9px;
							left: -8px;
						}

						.photogallery_player_thumb_mask_active_tall {
							height: 99px;
							width: 75px;

							background-image: url(../images/photogallery_player_thumb_mask_active_tall.png);
							background-repeat: no-repeat;

							position: absolute;
							top: -9px;
							left: 20px;
						}

						.photogallery_player_thumb_mask_inactive_wide {
							height: 82px;
							width: 114px;

							background-image: url(../images/photogallery_player_thumb_mask_inactive_wide.gif);
							background-repeat: no-repeat;

							position: absolute;
							top: 0px;
							left: 0px;
						}

						.photogallery_player_thumb_mask_inactive_tall {
							height: 82px;
							width: 59px;

							background-image: url(../images/photogallery_player_thumb_mask_inactive_tall.gif);
							background-repeat: no-repeat;

							position: absolute;
							top: 0px;
							left: 28px;
						}

	#photogallery_player_caption {
		height: 99px;
		width: 466px;

		background-image: url(../images/photogallery_player_caption.png);
		background-repeat: no-repeat;

		position: absolute;
		top: 652px;
		left: 130px;

			overflow: hidden;

	}

		#photogallery_player_caption_div {
			padding-top: 20px;
			padding-left: 18px;
			padding-right: 20px;
			padding-bottom: 11px;

			color: #ffffff;

			line-height: 15px;

		}

			#photogallery_player_caption_title {
				font-size: 13px;
			}

			#photogallery_player_caption_text {
				font-size: 10px;
			}
