/* Styles for use when display photos from array */

#loadareaWide {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: auto;
}

#PhotoDiv {
	height: auto;
	width: auto;
	visibility: visible;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
	



#TheThumbsDiv {
	height: auto;
	width: 300px;
	text-align: left;
	vertical-align: top;
}
#TheThumbsDiv img {
	padding: 8px;
	float: left;
}
#thumbnails {
	height: auto;
	width: 300px;
}
