#gallery {
	width:545px;
	padding:10px 0 0 0;
	font-family: verdana;
	font-size: 10px;
}
#gallery div.off {
	color:#333333;
	height:33px;
	margin-right:2px;
	line-height:33px;
	padding:0 20px;
	float:left;
	background:url(tabs_0.gif) repeat-x left bottom;
	border-bottom-color:#666666;
	cursor:pointer;
	position:relative;
	z-index:20;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-left-color: #ddd;
}
#gallery div.on {
	color:#016241;
	padding:0 20px;
	margin-right:2px;
	margin-top:1px;
	float:left;
	background:url(tabs_2.gif) repeat-x left bottom;
	cursor:pointer;
	height:33px;
	line-height:32px;
	position:relative;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	clear:left;
	background:#fff;
	width:525px;
	margin-top:0;
	top:-1px;
	border:1px solid #DDDDDD;
	padding:10px;
	position:relative;
	z-index:50;
	line-height:normal;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	visibility: show;
}
div.show img {float:left; margin:0 10px 10px 0;}
.clear {clear:both;}

