#gallery {
	font: arial, verdana, sans-serif;
	width:650px;
	padding: 0;
	line-height:15px;
}
#gallery div.off {
	color: #006600;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	height:13px;
	margin-right:2px;
	line-height:13px;
	padding:12px 10px;
	float:right;
	
		cursor:pointer;
	position:relative;
	z-index:20;
}
#gallery div.on {
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color: #000;
	padding:12px 10px;
	margin-right:2px;
		float:right;
	background: url(../images/hoverbg.jpg) top repeat-x ;
	cursor:pointer;
	height:15px;
	line-height:13px;
	position:relative;
	z-index:100;
	
}
div.hide {
	display:none;
	width:0;
	overflow:hidden;
}
div.show {
	text-align:left;
	color:#000;
	clear:left;
	margin-top:0;
	padding:20px;
	position:relative;
	z-index:50;
	font-size:13px;
	line-height:25px;
	width:400px;
}
div.show img {
	float:left;
	margin:0 10px 10px 0;
}
.clear {
	clear:both;
}
.podc {
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.podc2 {
	color: #000;
	font-weight:bold;
	font-size:16px;
	line-height:150%
}
.podc3 {
	color: #000;
	font-weight:bold;
	font-size:16px;
	line-height:150%
}
