@charset "utf-8";
/* CSS Document */

#gallery {
	width:518px;
	height: 440px;
	position:absolute;
	z-index:3;
	left: 468px;
	top: 504px;
}
#gallery .photo {
	width:310px;
	height: auto;
	padding:15px 0px 0px 9px;
	float:left;
}

#gallery .content {
	width:760px;
	height: auto;
	float:left;
}
#gallery .name {
	width:280px;
	height:100px;
	float:left;
}
#gallery .bigPhoto_former_cover {
	width:518px;
	height:345px;
	position:absolute;
	z-index:8;
	left: 0px;
	top: 0px;
}
#gallery .bigPhoto_former {
	width:518px;
	height:345px;
	background-image: url(bigphoto_bg.jpg);
	position:absolute;
	z-index:7;
	left: 0px;
	top: 0px;
}
#gallery .bigPhoto {
	width:344px;
	height:241px;
	position:absolute;
	z-index:6;
	left: 17px;
	top: 21px;
}
#gallery .smallPhoto_former {
	width:518px;
	height:95px;
	position:absolute;
	padding:0px 0px 0px 0px;
	z-index:7;
	left: 0px;
	top: 345px;
	background-image:url(smallPhoto_former_bg.png);
}
#gallery .smallPhoto1 {
	width:135px;
	height:95px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#gallery .smallPhoto2 {
	width:126px;
	height:95px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#gallery .smallPhoto3 {
	width:126px;
	height:95px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#gallery .smallPhoto4 {
	width:131px;
	height:95px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}

