#tab_gallery {font:11px verdana,arial,sans-serif; width:810px; padding:15px 0 0 0;}
#tab_gallery div.off {
    color:#FFFFFF; 
	height:33px; 
	margin-right:2px; 
	line-height:33px; 
	padding:0 20px; 
	float:left; 
	background:     url(../../pics/home/tabbed_pages/tabs_0egs.gif) repeat-x left bottom; 
	border:1px solid #ddd; 
	border-bottom-color:#000; 
	cursor:pointer; 
	position:relative; 
	z-index:20;
	font-weight: normal;
	font-size: 12px;
}

#tab_gallery div.on {
	color:#c00;
	height:33px;	
	margin-right:2px;
	margin-top:1px;
	line-height:32px;	
	padding:0 20px;	
	float:left;
	background:     url(../../pics/home/tabbed_pages/tabs_2egs.gif) repeat-x left bottom;
	border:1px solid #c00;
	cursor:pointer;
	border-bottom:0;
	position:relative;
	z-index:100;
	font-weight: normal;
	font-size: 12px;
}

div.hide_tab {
	display:none;
	width:0;
	overflow:hidden;
	padding:10px;
}

div.show_tab {
	clear:left;
	background:#fff;
	margin-top:0;
	top:-1px;
	padding:10px;
	position:relative;
	z-index:50;
	font:12px verdana, arial, sans-serif;
	line-height:18px;
	background-color: #222222;
	width: 790px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
div.show_tab img {
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.clear_tab {clear:both;}
