#d_gallery{
	text-align: left;
}


.right_column{
	float: right;
	width: 150px;
	margin-right: 30px;
}

.left_column{
	width: 500px;
	margin: 0 0 0 10px;
	color: #fff;
}
.left_column p{
	padding-bottom: 5px;
}

#gallery_images{
	width: 520px;
	margin-left: 20px;
}	

#gallery_images p{
	padding-left: 5px;
	padding-top:3px;
	margin-left: 0;
	color:#FFFFFF;
	background-color:#FB8C12;
	margin-bottom:5px;
}

#gallery_images .image{
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 0.6em;	
	position: relative;
	margin-right: 10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	text-align: left;
	height: 200px;
}

#gallery_images .img_link{
	text-align: center;
}
#gallery_images .image .image_overlay{
	position: absolute;
	top: 0;
	left: 0;
}

.img_link{
	width: 120px;
	height: 110px;
	display: block;
}
#gallery_images .image a{
	color: #fff;
}

#gallery_popup{
	display: none;
	position: absolute;	
	top: 0;
	left: 0;
	background: url('../images/image_overlay.gif') no-repeat top left;
	width: 850px;
	height: 650px;	
	overflow: hidden;
	text-align: center;
}

#hide_image{
	position: absolute;
	top: 10px;
	right: 10px;
}

#search_results{
	color: #074F99;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

