#gallery {
	width:615px;
	padding:15px 0 0 0;
	line-height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#gallery div.off {
	color:#000;
	height:22px;
	margin-right:2px;
	line-height:22px;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:20;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e0dac2;
	border-right-color: #e0dac2;
	border-left-color: #e0dac2;
	margin-top: 3px;
}
#gallery div.on {
	color:#BA0001;
	margin-right:2px;
	margin-top:2px;
	float:left;
	cursor:pointer;
	height:22px;
	line-height:22px;
	position:relative;
	z-index:100;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0dac2;
	border-right-color: #e0dac2;
	border-bottom-color: #FFFFFF;
	border-left-color: #e0dac2;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	clear:left;
	background:#fff;
	width:615px;
	margin-top:0;
	top:-1px;
	position:relative;
	z-index:50;
	line-height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e0dac2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.show img {float:left; margin:0 10px 10px 0;}
.clear {clear:both;}

