#gallery { 
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 278px; 
	padding: 0; 
}
	
#gallery div.off2 {
	color: #BBB; 
	padding: 7px 10px; 
	margin-right: 2px; 
	float: left; 
	background: url('osd_tab2.gif') repeat-x left bottom; 
	border: 1px solid #DDD; 
	border-bottom-color: #CCC; 
	cursor: pointer; 
	position: relative; 
	z-index: 100;
	text-transform: uppercase;
}

#gallery div.on2 {
	color: #888; 
	padding: 7px 10px; 
	margin-right: 2px; 
	margin-top: 1px; 
	float: left; 
	background: url('osd_tab_select.gif') repeat-x left bottom; 
	border: 1px solid #CCC; 
	cursor: pointer; 
	border-bottom: 0; 
	position: relative; 
	z-index: 100;
	text-transform: uppercase;
}

div.hide2 {
	display :none; 
	width: 0; 
	overflow: hidden;
}

div.show2 {
	clear: left; 
	background: #fff; 
	width: 278px; 
	margin-top: 0; 
	top: -1px; 
	border: 1px solid #CCC;
	padding: 0; 
	position: relative; 
	z-index: 50; 
	font: 12px Arial, Helvetica, sans-serif; 
	color: #555;
}

.clear {
	clear: both;
}



