
#popup-page_fade {
	height: 100%;
	width: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image: url(images/overlay-page-fade.png);
	background-repeat: repeat;
	
	z-index: 499;
}


#popup-gallery {
	height: 489px;
	width: 836px;
	
	position: absolute;
	top: 100px;
	left: 100px;
	
	background-color: #ffffff;
	
	z-index: 550;
}

	#popup_main {
		height: 481px;
		width: 538px;
		
		background-image: url(images/content_left-bg.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 4px;
		left: 4px;
	}
	
		#popup_main_photo {
			height: 321px;
			width: 491px;
			
			position: absolute;
			top: 21px;
			left: 24px;
		}
		
		#popup_main_caption {
			height: 109px;
			width: 493px;
			
			position: absolute;
			top: 355px;
			left: 23px;
			
			overflow: hidden;
		}
		
			#popup_main_caption p {
				padding: 0px;
				margin: 0px;
			}
			
			#popup_main_headline {
				font-size: 14px;
				color: #97b529;
				
				line-height: 17px;
				
				margin-bottom: 7px;
			}
			
				#popup_main_headline a {
					color: #97b529;
				}
			
			#popup_main_copy {
				font-size: 11px;
				line-height: 14px;
				
				color: #ffffff;
			}
			
				#popup_main_copy a {
					color: #97b529;
				}
			
			
	
	#popup_thumbs {
		height: 481px;
		width: 286px;
		
		background-image: url(images/gallery_popup_left-bg.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 4px;
		left: 546px;
	}

		#popup_thumbs_viewport {
			height: 442px;
			width: 221px;
			
			position: absolute;
			top: 22px;
			left: 31px;
			
			background-color: transparent;
			
			overflow: hidden;
		}
		
			#popup_thumbs_items {
				width: 221px;
				
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
				#popup_load_msg {
					color: #ffffff;
					
					padding-top: 50px;
					
					text-align: center;
					
					font-size: 12px;
					
					line-height: 25px;
				}
			
				.popup_thumb_img {
					height: 144px;
					width: 221px;
					
					margin-bottom: 5px;
					
					cursor: pointer;
				}
		
				.gallery_caption_store {
					display: none;
				}
		
		#popup_thumbs_button_up {
			height: 23px;
			width: 25px;
			
			background-image: url(images/button_gallery_thumbs_up.png);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 454px;
			left: 215px;
			
			cursor: pointer;
		}
		
		#popup_thumbs_button_down {
			height: 23px;
			width: 25px;
			
			background-image: url(images/button_gallery_thumbs_down.png);
			background-repeat: no-repeat;	
			
			position: absolute;
			top: 454px;
			left: 240px;
			
			cursor: pointer;
		}
		
	#popup_close {
		position: absolute;
		top: 9px;
		left: 816px;
		
		
		
		font-size: 13px;
	}
	
		#popup_close a {
			color: #42350e;
		}
		
		#popup_close a:hover {
			text-decoration: none;
			font-weight: bold;
		}