#gallery {
	position:relative;
	width:250px;
	padding:3px;
}
.switch {
	display:block;
	color:#000000;
	width:75px;
	height:113px;
	background:#aaa;
	cursor:pointer;
	border:1px solid #fff;
	float:left;
	margin:3px;
	text-align:center;
	font:11px verdana,arial,sans-serif;
	line-height:24px;
	border-color: #999999;
}
.off {border-color:#000 #ddd #fff #444; background:#bbb; color:#000;}
.hide {display:none;}
.show {
	position:absolute;
	top:0;
	left:320px;
	display:block;
	width:230px;
	background:#fff;
	z-index:500;

}
.show img {
	float:left;
	padding:0 10px 10px 0;
	text-align: center;
}
.clear {clear:both;}
.start {display:visible;}

