.overlay {
	/*height: 400px;*/
	width: 600px;
	
	position: absolute;
	top: 0px;
	left: 0px;

	background-color: #ffffff;
	
	z-index: 70;
}
	.overlay_inner1 {
		/*height: 394px;*/
		width: 594px;
	
		background-color: #bf311a;
		
		position: absolute;
		top: 3px;
		left: 3px;

		z-index: 71;

	}
	
	.overlay_inner2 {
		/*height: 386px;*/
		width: 586px;
		
		background-color: #ffffff;
		
		position: absolute;
		top: 4px;
		left: 4px;
		
		z-index: 72;
	}

	.overlay_content {
		/*height: 326px;*/
		width: 516px;

		margin-left: 35px;

		unicode-bidi:bidi-override;
		direction:ltr;
		display:block;
		overflow:auto;
		
		position: relative;
		top: 25px;
		
		z-index: 75;

	}

		.overlay_content .text_headline {
			font-size: 14px;

			color: #d1a00d;

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

		.overlay_content .text_copy {
			font-size: 9px;
			line-height: 13px;

			color: #58595b;

			margin-right: 5px;		

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


	.overlay-bg_top-right {
		height: 70px;
		width: 69px;
/*
		background-image: url(images/overlay-blend_top.gif);
		background-repeat: no-repeat;
*/
		position: absolute;
		top: 0px;
		left: 482px;
		
		z-index: 73;

	}

	.overlay-bg_bottom-left {
		height: 70px;
		width: 69px;

	/*	background-image: url(images/overlay-blend_bottom.gif);
		background-repeat: no-repeat;
*/
		position: absolute;
		/*top: 298px;*/
		left: 0px;
		
		z-index: 73;

	}

		
	.overlay_close {
		position: absolute;
		top: 4px;
		/*right: 8px;*/
		
		z-index: 74;
	}
	
		.overlay_close a {
			color: #55862e;
			text-decoration: none;
		}
		
		.overlay_close a:hover {
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
		}
		
		
#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;
}

.gallery_full-img {
	height: 320px;
	width: 524px;
}

.gallery_full-text {
	height: 70px;
	width: 385px;
	
	margin-top: 7px;
	margin-left: 7px;
	
	font-size: 11px;
	line-height: 15px;
	
	overflow: hidden;
}

#gallery_nav {
	width: 115px;
	height: auto;
	position: absolute;
	
	top: 325px;
	right: 6px;
	
	text-align: right;
}

	.gallery_nav_inactive {
		color: #000000;
		font-size: 13px;
		
				
	}
	
	.gallery_nav_active {
		font-size: 13px;
		font-weight: bold;
		color: #bf311a;
		
		
	}
	
	#gallery_nav a {
		
	}
	
	#gallery_nav a:hover {
		text-decoration: none;
		
	}
