.overlay {
	width: 600px;
	
	position: absolute;
	top: 0px;
	left: 0px;

	background-color: #ffffff;
	
	z-index: 70;
	
}

	.overlay_content {

		position: absolute;
		top: 25px;
		left: 35px;
		
		z-index: 75;
		
		
		overflow: hidden;

	}

		
	.overlay_close {
		position: absolute;
		top: 7px;
		/*right: 8px;*/
		
		z-index: 74;
		
		text-align: right;
		
	}
	
		.overlay_close a {
			color: #d29d31;
			text-decoration: none;
		}
		
		.overlay_close a:hover {
			text-decoration: underline;
		}
		
		
#overlay-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: 65;
}

#overlay_photo_large {
	height: 330px;
	width: 350px;
	
	background-color: #efefef;
	
	float: left;
	
	margin-right: 15px;
	margin-bottom: 10px;
}

#overlay_article {
	height: 330px;
	width: 465px;

	unicode-bidi:bidi-override;
	direction:ltr;
	display:block;
	overflow:auto;
	
	position: absolute;
	top: 0px;
	left: 365px;

}


		#overlay_article .text_headline {
			font-size: 14px;

			color: #d29d31;

			margin-right: 5px;
			
			margin-bottom: 7px;
		}

		#overlay_article .text_copy {
			font-size: 11px;
			line-height: 14px;

			color: #787878;

			margin-right: 5px;		

			margin-bottom: 15px;
			padding-left: 0px;
				
			vertical-align: top;
			
		}
		
			#overlay_article .text_copy p {
				/*text-indent: 11px;*/
				text-indent: 0px;
  				
  				margin-top: 0px;
  				margin-bottom: 7px;
  				
  				padding-top: 0px;
  			}
  			
  			#overlay_article .text_copy p.first_paragraph {
  				text-indent: 0px;
  				
  				margin-bottom: 7px;
  			}
  			
  			#overlay_article .text_copy img {
  				margin-top: 3px;
  				margin-right: 5px;
  			}


#overlay_photo_thumbs {
	position: absolute;
	top: 350px;
	left: 0px;
}

	
	.overlay_thumb {
		height: 165px;
		width: 175px;
		
	}

	#overlay_thumb1 {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#overlay_thumb2 {
		position: absolute;
		top: 0px;
		left: 218px;
	}
	
	#overlay_thumb3 {
		position: absolute;
		top: 0px;
		left: 437px;
	}
	
	#overlay_thumb4 {
		position: absolute;
		top: 0px;
		left: 655px;
	}
