#gallery {
	width:auto;
	line-height:15px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
#gallery div.off {
	color:#333333;
	height:33px;
	margin-right:3px;
	line-height:33px;
	padding:0 20px;
	float:left;
	border-bottom-color:#CCCCCC;
	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;
	background-image: url(../images/tabs_0.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 11px;
	font-family: Tahoma;
}
#gallery div.on {
	color:#c00;
	padding:0 20px;
	margin-right:3px;
	margin-top:1px;
	float:left;
	cursor:pointer;
	height:33px;
	line-height:32px;
	position:relative;
	z-index:99;
	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: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-image: url(../images/tabs_2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 11px;
	font-family: Tahoma;
}
div.hide {
	display:none;
	width:0;
	overflow:hidden;
}
div.show {
	background:#fff;
	width:700px;
	margin-top:0;
	top:-1px;
	padding:20px;
	position:relative;
	z-index:50;
	font:11px Tahoma;
	line-height:18px;
	height: auto;
	border: 1px solid #EBEBEB;
	clear: left;
}
div.show img {
	float:right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10;
}
.clear {
	clear:both;
}
