.gallery {
	height: auto;
	width: auto;
	border: 2px dotted #DBDC43;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: visible;
	position: relative;
	visibility: visible;
	background-color: #FFFFFF;
}
.miniature {
	height: 80px;
	width: 80px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	text-align: center;
	position: relative;
	display: block;
}
.miniature IMG {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
}
.findegallery {
	clear: both;
	height: auto;
	width: auto;
	background-color: #DADB3F;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #0099FF;
	font-size: 14px;
}
.linked_files {
	height: auto;
	width: auto;
}
.linked_files p {
	margin: 0px;
	padding: 0px;
}
.linked_files ul {
	margin: 0px;
	padding: 0px;
}

