@charset "utf-8";
/* CSS Document */
@media screen {
	.sIFR-active #gallery h1 {
		font-size: 26pt;
		color: #484848;
	}	
}

.tooltip {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 3; 
	display: none;
	background-image: url(/_images/_backgrounds/text_tooltip_bg.png);
	background-position: center top;
	background-repeat: repeat;
	font-size: 93%;
	color: #1e6daf;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
}

#gallery {
	margin-left: 23px;
}

	#gallery h1 {
		font-size: 26pt;
		color: #484848;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

	#gallery #gallery_header_left {
		float: left;
		width: 580px;
		min-width: 580px;
		max-width: 580px;
	}

	#gallery #gallery_left {
		clear: both;
		float: left;
		width: 580px;
		min-width: 580px;
		max-width: 580px;
	}

		#gallery #gallery_left #content_frame {
			overflow: hidden;
		}

		#gallery #gallery_left img {
			float: left;
			white-space: nowrap;
			border: 10px #ffffff solid;
		}

	#gallery #gallery_header_right {
		float: left;
		width: 356px;
		min-width: 356px;
		max-width: 356px;
		margin-left: 10px;
	}

	#gallery #gallery_right {
		float: left;
		width: 356px;
		min-width: 356px;
		max-width: 356px;
		margin-left: 10px;
		margin-top: 5px;
	}

ul.sharethis {
	clear: both;
	margin-bottom: 3px;
	background-image: url(/_images/_elements/_headers/share_this.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	min-width: 206px;
	max-width: 206px;
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	list-style: none;
	list-style-type: none;
}

	ul.sharethis li {
		list-style: none;
		list-style-type: none;
		float: left;
		width: 212px;
		min-width: 212px;
		max-width: 212px;
		height: 25px;
		min-height: 25px;
		max-height: 25px;
	}

		ul.sharethis li strong {
			display: block;
			float: right;
			padding-top: 5px;
			padding-right: 13px;
		}


.gallery_item {
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-bottom: 5px;
	border: none;
	width: 76px;
	min-width: 76px;
	max-width: 76px;
	height: 74px;
	min-height: 74px;
	max-height: 74px;
	float: left;
}

.gallery_large_image {
	margin-top: 5px;
}

.gallery_large_caption {
	clear: both;
	font-size: 93%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.0em;
	width: 580px;
	min-width: 580px;
	max-width: 580px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gallery_photo_button, 
.gallery_video_button {
	cursor: pointer;
}

#loading_overlay {
	display: none;
	margin-top: 5px;
	font-size: 93%;
	font-weight: bold;
}

	#loading_overlay #indicator {
		float: right;
		margin-right: 25px;
		margin-top: 1px;
	}

