@charset "UTF-8";
/* Layout Rules
----------------------------------------------- */
#thumbnails {
	width: 586px;
	height: 36px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#thumbnails div.thumbnail  {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	padding: 0;
	float: left;
	display:inline;
	margin-top: 4px;
	margin-right: 24px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#thumbnails div.thumbnail img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	float: left;
}
#wrap .selectedThumbnail {
	border: 1px solid #fc0 !important;
}
#wrap .inFocus {  border: solid 1px #fc0 !important; }
div.moreImages {
	position: relative;
	width: 130px;
	height: 14px;
	float: left;
	float: left;
	display:inline;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006633;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}