body.gallery #sidebar #thumbnails {
	width: 99%;
	padding: 0 .5% 5px .5%;
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

body.gallery #sidebar #thumbnails table {
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}

body.gallery #sidebar #thumbnails table td {
	padding: 16px 2px 2px 2px;
	vertical-align: top;
}

body.gallery img#screenshot {
	max-width: 100%;
}

body.gallery #sidebar #currentThumbnail {
	background: #d5ccbb url("../images/arrows/upward_selected.png") no-repeat center 4px;
}

body.gallery img.thumbnail {
	display: block;
}

body.gallery #thumbnails img.notloaded {
	border-style: dashed !important;
}

body.gallery #thumbnails img.loaded {
	background-color: SlateBlue;
}


#artwork-thumbnails div.thumbnail {
	display: inline-block;
	position: relative;
	min-width: 182px;
	margin: 10px;
	border: none;
	vertical-align: top;
}

