#gallery {
	width:545px;
	padding:10px 0 0 0;
	line-height:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#gallery div.off {
	color:#4E2E0E;
	height:62px;
	margin-right:2px;
	line-height:1.5em;
	float:left;
	border:1px dotted #64390C;
	cursor:pointer;
	position:relative;
	z-index:20;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	width: 125px;
	padding-left: 7px;
}
#gallery div.on {
	color:#CDBD89;
	margin-right:2px;
	margin-top:1px;
	float:left;
	cursor:pointer;
	height:62px;
	line-height:1.5em;
	position:relative;
	z-index:100;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #64390C;
	border-right-color: #64390C;
	border-bottom-color: #64390C;
	border-left-color: #64390C;
	font-weight: bold;
	width: 125px;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	clear:left;
	width:520px;
	margin-top:0;
	top:-1px;
	position:relative;
	z-index:50;
	line-height:1.8em;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}
div.show img {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clear {clear:both;}

