/* IMAGE BROWSER */
/* Layout and widgets for the thumbnail/image viewr device */

.imageViewer {
	float: left;
	width: 164px;
	padding: 8px;
	margin: 0 2em 1em 1em;
	background-color: #EFEDD6;
	text-align:center;
	font-size: 0.8em;
}

.imageViewer .instructions,
.imageViewer caption {
	margin: 0.5em 0 1em 0;
	clear: both;
	font-style:italic;
}

.imageViewer .main {
	margin: 0 auto 0 auto;
}

.imageViewer .thumbnail {
	display:block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #E0DCB4;
	border: 1px solid #E0DCB4;
}

.imageViewer .thumbnail:hover {
	border: 1px solid #FDFDFB;
}
