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

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

	.overlay_content {

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

	}

		
	.overlay_close {
		position: absolute;
		top: 4px;
		/*right: 8px;*/
		
		z-index: 74;
	}
	
		.overlay_close a {
			color: #b15c11;
			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: 499;
}

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

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

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

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

		color: #f26f1f;

		margin-right: 5px;

		margin-bottom: 7px;
	}

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

		color: #797878;

		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: 155px;
		width: 145px;
		
		background-color: blue;
	}
	
	.overlay_thumb-img {
		height: 155px;
		width: 145px;
	
	}

	#overlay_thumb1 {
		position: absolute;
		top: 0px;
		left: 0px;
		
	}
	
	#overlay_thumb2 {
		position: absolute;
		top: 0px;
		left: 178px;
	}
	
	#overlay_thumb3 {
		position: absolute;
		top: 0px;
		left: 357px;
	}
	
	#overlay_thumb4 {
		position: absolute;
		top: 0px;
		left: 535px;
	}
