@CHARSET "UTF-8";

/* Regular Gallery */
#thumbs { padding-top: 4px; overflow: hidden; }
#thumbs img, #largeImage {
	padding: 4px;
	background-color: white;
	cursor: pointer;
}
#thumbs img { float: left; margin-right: 4px; }
#description {
	background: none repeat scroll 0 0 black;
	bottom: 12px;
	color: white;
	margin: 5px;
	padding: 10px 20px;
	position: absolute;
	width: 460px;
}
#panel { position: relative; }

/* Exhibition Gallery */
#thumbs-exhibition { padding-top: 4px; overflow: hidden; }
#thumbs-exhibition img, #largeImage-exhibition {
	padding: 4px;
	background-color: white;
	cursor: pointer;
}
#thumbs-exhibition img { float: left; margin-right: 4px; }
#description-exhibition {
	background: none repeat scroll 0 0 black;
	bottom: 12px;
	color: white;
	margin: 5px;
	padding: 10px 20px;
	position: absolute;
	width: 679px;
}
#panel-exhibition { position: relative; }