#gallery {
	font:12px Tahoma, verdana, arial,sans-serif;
	width:635px;
	padding:0;
	margin-top: 5px;
	line-height:10px;
	}

#gallery div.off {
	color:#000;
	text-transform:uppercase;
	height:25px;
	margin-right:1px;
	line-height:25px;
	padding:0 8px;
	float:left;
	background:url(images/tabs_0.gif) repeat-x left bottom;
	border:1px solid #eee;
	border-bottom-color:#ccc;
	cursor:pointer;
	position:relative;
	z-index:20;
	}

#gallery div.on {
	color:#8d00c1;
	text-transform:uppercase;
	padding:0 8px;
	margin-right:1px;
	margin-top:1px;
	float:left;
	background:#F2EDFE url(images/tabs_2.gif) repeat-x left bottom;
	border:1px solid #ddd;
	cursor:pointer;
	border-bottom:0;
	height:25px;
	line-height:25px;
	position:relative;
	z-index:60;
	}

div.hide {
	display:none;
	width:0;
	overflow:hidden;
	}

div.show {
	clear:left;
	background:#FBF9FF;
	width:635px;
	margin-top:0;
	top:-1px;
	border:1px solid #ddd;
	padding:10px;
	position:relative;
	z-index:50;
	font:11px Tahoma, verdana, arial, sans-serif; 
	line-height:18px;
	}

div.show img {
width: 300px;
hight: 225px;
border: 1px solid #ddd;
padding: 1px;
}

.clear {
	clear:both;}



