#gallery {
	font:14px arial, sans-serif;
	padding:15px 0 0 0;
	line-height:15px;
}
#gallery div.offtab {
	/*color:#E04809;	*/
	color:#fff;
	height:33px;
	margin-right:2px;
	line-height:33px;
	padding:0 10px;
	float:left;
	/*background:#fff url(../images/bg-btn-blue.gif) repeat-x left top;*/
	background:#67A3E1;
	border:1px solid #1472D0;
	border-bottom:1px solid #fff;

	
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;
-khtml-border-radius-topleft:4px;
-khtml-border-radius-topright:4px;
-webkit-border-radius-bottomleft:0px;
-webkit-border-radius-bottomright:0px;
-webkit-border-radius-topleft:4px;
-webkit-border-radius-topright:4px;
border-radius-bottomleft:0px;
border-radius-bottomright:0px;
border-radius-topleft:4px;
border-radius-topright:4px;




	cursor:pointer;
	position:relative;
	z-index:20;
	top:1px;
}
#gallery div.ontab {
	color:#E04809;
	padding:0 10px;
	margin-right:2px;
	float:left;
	/*background:#fbf4e0 url(bg-offtab-lb-theme.gif) repeat-x left top;
	border:1px solid #B3D1F0;*/
	border:1px solid #DF7A37;
	cursor:pointer;
	border-bottom:1px solid #fff;
	border-top:4px solid #ff7315;
	-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;
-khtml-border-radius-topleft:4px;
-khtml-border-radius-topright:4px;
-webkit-border-radius-bottomleft:0px;
-webkit-border-radius-bottomright:0px;
-webkit-border-radius-topleft:4px;
-webkit-border-radius-topright:4px;
border-radius-bottomleft:0px;
border-radius-bottomright:0px;
border-radius-topleft:4px;
border-radius-topright:4px;
	height:30px;
	line-height:29px;
	position:relative;
	z-index:100;
}
div.hidetab {
	display:none;
	width:0;
	overflow:hidden;
}
div.showtab {
	clear:left;
	background:#fff;
	width:94%;
	margin-top:0;
	top:-1px;
	/*border:1px solid #B3D1F0;*/
	border:1px solid #DF7A37;
	
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:11px;
-moz-border-radius-topright:11px;
-khtml-border-radius-bottomleft:11px;
-khtml-border-radius-bottomright:11px;
-khtml-border-radius-topright:11px;
-webkit-border-radius-bottomleft:11px;
-webkit-border-radius-bottomright:11px;

-webkit-border-radius-topright:11px;
border-radius-bottomleft:11px;
border-radius-bottomright:11px;

border-radius-topright:11px;
	
	padding:18px 5px 18px 15px;
	position:relative;
	z-index:50;
	font:11px verdana, arial, sans-serif;
	line-height:18px;
}
div.showtab img {
	float:left;
}
.clear {
	clear:both;
}
