#gallery{
	/* The pics container */
	width:100%;
	position:relative;
	background: #fff;
}

.qpic, .dpic, .qpic a, .dpic a{
	/* Each picture and the hyperlink inside it */
	width:195px;
	height:195px;
	overflow:hidden;
	background-position: 50% 50%; background-repeat: no-repeat no-repeat;
}

.qpic{
	/* Styles specific to the pic class */
	position:absolute;
	border:1px solid #ffffea;
	border-bottom:1px solid #ffffea;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #999999;
	-webkit-box-shadow:2px 2px 3px #999999;
	box-shadow:2px 2px 3px #999999;
}

.qpic a, .dpic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.ppic, .ppic a{
	/* Each picture and the hyperlink inside it */
	width:150px;
	height:150px;
	overflow:hidden;
}

.ppic{
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #ffffea;
	border-bottom:18px solid #ffffea;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #999999;
	-webkit-box-shadow:2px 2px 3px #999999;
	box-shadow:2px 2px 3px #999999;
}

.ppic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.pfb{
	position:absolute;
	right: 0px;
	margin-right: -35px;
	margin-right: 10px;
	padding-top: 20px;
	z-index: 100;
	color: #888;
}

.pplus{
	position:absolute;
	left: 5px;
	width: 777px;
	padding-top: 0px;
	padding-bottom: 90px;
	z-index: 100;
}

.pback {
	left: 5px;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 40px;
}


.tenshare {
	padding-bottom: 20px;
	width: 110px;
}

.tenspace {
	height: 35px;
}

.tenclick {
	padding-top: 15px;
	color: #999;
}

.dpic {
	float: left;
}

