#gallery 
{
	width:420px;
	height:500px;
	position:relative;
	height:auto;
	padding-top:380px;
	background-color: #FFFFFF;
}
.switch {
	display:block;
	color:#fff;
	width:71px;
	height:64px;
	cursor:pointer;
	float:left;
	margin:4px;
	text-align:center;
	font:11px verdana,arial,sans-serif;
	line-height:24px;
	
}
.off {
	border-color:#000 #ddd #fff #444;
	color:#000;
}
.hide {
	display:none;
	
}
.show {
	position:absolute;
	top:10px;
	left:10px;
	display:block;
	width:400px;
	height:340px;
	z-index:500;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-position: center;
	text-align:center;
	
	
}
.show img 

{
padding:0 10px 10px 0;
}

.clear 
{
clear:both;
}

.start 
{
width:390px; height:259px; margin:0 auto 0 100px; 
}

