#gallery {
	font:11px verdana,arial,sans-serif;
	width:600px;
	padding:20px 0 0 0;
	line-height:15px;
}
#gallery div.off {
	color:#FFF;
	height:33px;
	margin-right:2px;
	line-height:33px;
	padding:0 20px;
	float:left;
	border:1px solid #FFF;
	cursor:pointer;
	position:relative;
	z-index:20;
	background-color: #990000;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#gallery div.on {
	color:#FFF;
	padding:0 20px;
	margin-right:2px;
	margin-top:1px;
	float:left;
	cursor:pointer;
	height:33px;
	line-height:32px;
	position:relative;
	z-index:100;
	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: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	clear:left;
	width:558px;
	margin-top:0;
	top:-1px;
	border:1px solid #FFF;
	padding:20px;
	position:relative;
	z-index:50;
	font:11px verdana, arial, sans-serif;
	line-height:18px;
	background-color: #000;
}
div.show img {float:left; margin:0 10px 10px 0;}
.clear {clear:both;}
