@charset "utf-8";
/* CSS Document */
.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 #gallery_left {
		float: left;
		width: 640px;
		min-width: 640px;
		max-width: 640px;
	}
	
		#gallery #gallery_left ul {
			position: relative;
			overflow: hidden;
			list-style: none;
			list-style-type: none;
		}

			#gallery #gallery_left ul li {
				float: left;
				padding-right: 2px;
				list-style: none;
				list-style-type: none;
			}

			#gallery #gallery_left ul li.navheader {
				padding-right: 8px;
			}

			#gallery #gallery_left ul li.navitem {
				padding-top: 9px;
			}
	
	#gallery #gallery_right {
		float: left;
		width: 380px;
		min-width: 380px;
		max-width: 380px;
		padding-top: 5px;
	}
	
.gallery_item_wrapper {
	float: left;
	width: 85px;
	min-width: 85px;
	max-width: 85px;
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: 5px;
}

.gallery_item {
	margin-right: 5px;
}

.gallery_tooltip {
	cursor: pointer;
	display: inline;
	width: 85px;
	min-width: 85px;
	max-width: 85px;
	height: 85px;
	min-height: 85px;
	max-height: 85px;
}
	
.featured_gallery {
	border-bottom: 1px #bbbfc0 dashed;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}

	.featured_gallery .featured_gallery_image {
		float: left;
		width: 100px;
		min-width: 100px;
		max-width: 100px;
	}

	.featured_gallery .featured_gallery_text {
		width: 200px;
		min-width: 200px;
		max-width: 200px;
		float: left;
	}
