
#gallery 
{
	font:11px verdana,arial,sans-serif;
	 padding:15px 0 0 0; 
	  line-height:15px;
}
#gallery div.off 
{
	color:#000;
	font-weight:bold;
	height:22px; 
	margin-right:0px;
	line-height:22px; 
	width:auto; 
	padding:0px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background:#fecc47; 
	border-bottom-color:#000;
	cursor:pointer;
	position:relative; 
	z-index:20; 
	margin-right:2px;
}
#gallery div.on 
{
	color:#FFF;
	font-weight:bold; 
	height:22px;
	margin-right:0px;
	line-height:22px;
	width:auto; 
	padding:0px; 
	text-align:left;
	padding-left:10px;
	padding-right:10px;  
	float:left;
	background:#ed1c24;
	cursor:pointer;
	border-bottom:0; 
	position:relative; 
	z-index:100; 
	margin-right:2px;
}

div.hide 
{
	display:none;
	width:0; 
	overflow:hidden;
}
div.show 
{
	clear:left;
	background:#fff;
	margin-top:0; 
	top:-1px; 
	border:1px solid #cccccc;
	padding:10px; 
	position:relative;
	z-index:50; 
	font:11px verdana, arial, sans-serif;
	line-height:18px;
	display:block;
 }

.clear {clear:both;}


