#gallery {
	font:10px verdana,arial,sans-serif;
	width:390px;
	padding:10px 0 0 0;
	line-height:10px;
}
#gallery div.off {
	color:#666666;
	height:33px;
	margin-right:2px;
	line-height:33px;
	float:left;
	border:1px dotted #ddd;
	cursor:pointer;
	position:relative;
	z-index:20;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	background-image: url(../el_img/off.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#gallery div.on {
	color:#B17506;
	margin-right:2px;
	margin-top:1px;
	float:left;
	cursor:pointer;
	height:33px;
	line-height:32px;
	position:relative;
	z-index:100;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	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: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
	background-image: url(../el_img/on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	clear:left;
	background:#fff;
	width:380px;
	margin-top:0;
	top:-1px;
	position:relative;
	z-index:50;
	line-height:1.8em;
	padding: 8px;
	font-family: verdana, arial, sans-serif;
	font-size: 11.5px;
	color: #666666;
	border: 1px dotted #CCCCCC;
}
div.show img {float:left; margin:0 10px 10px 0;}
.clear {clear:both;}
