#gallery {
	position:relative;
	width:520px;
	background:#000;
	padding:3px;
	margin-top: 20px;
	margin-left: 0px;
}
.switch {display:block; color:#000; width:80px; height:90px; background:#000; cursor:pointer; border:0px solid #fff; border-color:#000 #444 #000 #ddd; float:left; margin:2px; text-align:center; font:11px verdana,arial,sans-serif; line-height:24px;}
.off {border-color:#000 #000 #000 #000; background:#000; color:#000;}
.hide {display:none;}
.show {
	position:absolute;
	top:0;
	left:300px;
	display:block;
	width:720px;
	background:#000;
	z-index:500;
}
.show img {float:left; padding:0 10px 10px 0;}
.clear {clear:both;}

