.photo-gallery {
	margin:0 0 15px 0; 
	padding:0;
}

.thumbnails {
	/* float: right; width: 220px;*/
}

.photo-gallery .main-image {
	float: left;
	width: 530px;
	height: 500px;
	padding:5px 0 0 8px; 
	margin:0;
}

.photo-gallery .main-image .boundary {
	position: absolute;
	top:0;
	left:0;
}

.photo-gallery img.thmb {
	float: right;
	border: 1px solid black;
	border-color: #515151 gray gray #515151;
	margin: 0 5px 7px 5px;
	padding:1px;
}

.photo-gallery img.thmb:hover {
	background-color: yellow;
	border-color: black;
}

.centering-tbl {
	width: 520px;
	height: 475px;
}

.boundary img {
	   padding:2px;
   border:1px solid #021a40;

}
