* {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:'Arial';
}
body {
	background:url('../images/bg.jpg');
	background-size: cover;
	overflow: hidden;
	background-position: center;
	background-attachment: fixed;
}
#pic {
	list-style: none;
	position: absolute;
	left:0px;
	bottom:0px;
}
#pic .images {
	width:200px;
	height:200px;
	position: absolute;
	left:0px;
	bottom:-250px;
	border:1px solid white;
	-webkit-box-shadow:0 0 25px white;
	-moz-box-shadow:0 0 25px white;
	box-shadow: 0 0 25px white;
 filter:alpha(opacity:30);
	opacity: 0.3;
	cursor: pointer;
}
#bigshow {
	width:800px;
	height:600px;
	margin:50px auto;
	position:
 relative;
	border:3px solid #fff;
	-webkit-box-shadow:10px 10px 25px white;
	-moz-box-shadow:10px 10px 25px white;
	box-shadow: 10px 10px 25px white;
 filter:alpha(opacity:0);
	opacity:0;
}
.show {
	width:800px;
	height:600px;
	margin:100px auto;
	border:3px solid white;
}
#foot_bm a, p, p a {
	font-size:12px;
	color:#666;
}