#gallery {
	width:auto;
	line-height:15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
#gallery div.off {
	color:#676767;
	height:33px;
	margin-right:5px;
	line-height:33px;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:20;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #acdb1e;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#gallery div.on {
	color:#5B653C;
	margin-right:5px;
	margin-top:1px;
	float:left;
	cursor:pointer;
	height:33px;
	line-height:32px;
	position:relative;
	z-index:100;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #EBFFCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #acdb1e;
}
div.hide {
	display:none;
	width:0;
	overflow:hidden;
}
div.show {
	clear:left;
	background:#fff;
	width:auto;
	margin-top:0;
	top:-1px;
	position:relative;
	z-index:50;
	line-height:18px;
	height: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 4px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #272727;
}
div.show img {
	float:left;
	margin:0 10px 10px 0;
}
.clear {
	clear:both;
}
