/*Begin Photo Gallery*/


#gallery {
	margin-top: 20px;
	margin-bottom: 60px;
}

table.photo_gallery_category_list {
	text-align: center;
	width: 100%;
}

table.photo_gallery_category_list td div.photo_gallery_category_list_container {
	text-align: center;
	padding: 2px;
}

table.photo_gallery_category_list .photo_gallery_category_list_image {
	background-color: black;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .8);
	border: #000 solid thin;
}


.hiddenPic {
	display: none !important;
}


#photo_gallery_photo_img {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-image: url(../images/shade.png);
	border: none;
}

#image_span {
	display: inline-block;
	background-image: url(../images/shade_right.png);
	background-position: right bottom;
}

#photo_span {
	position: relative;
	display: inline-block;
	padding-top: 42px;
	padding-right: 72px;
	padding-bottom: 42px;
	padding-left: 72px;
	border: 1px rgba(127,127,127,0.54) solid;
}

#photo_gallery_photo_name {
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
}

#photo_gallery_photo_caption {
	margin: auto;
	text-align: left;
	padding: 10px;
}

#photoholder {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}

.previous_loop {
	position: absolute;
	top: 45%;
	left: 17px;
	width: 34px;
	height: 46px;
}

.next_loop {
	position: absolute;
	top: 45%;
	right: 17px;
	width: 34px;
	height: 46px;
}

#return_button {
	position: absolute;
	bottom: 5px;
	left: 50px;
}

/*End Photo Gallery*/
