#htmlElement {
	padding: 10px;
	background-color: #000;
}
#gallery-panel {
	overflow: auto;
	width: 478px;
	height: 400px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E3E4;
	border-bottom-color: #E1E3E4;
	border-left-color: #E1E3E4;
	margin-left: 2px;
	border-top-width: 1px;
	border-top-color: #E1E3E4;
}

.mb {
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background-image: url(../../resources/gallery/thumb_background.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#gallery-panel a:link, #gallery-panel a:visited, #gallery-panel a:hover, #gallery-panel a:active {
	text-decoration: none;
	background-color: transparent;
}

