html, body {
	color:#222;
	font-family:Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	margin:0;
	padding: 0;
	text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

fieldset, img {
	border:0;
}
address, caption, cite, code, dfn,  th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style: none outside none;
	margin:0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	color:#000000;
	text-decoration: none;
}
.left{ float:left}
.right{ float:right}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
.clr {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}


#todayList {
	display: block; margin: 0 auto;
}
.copyright {
padding: 8px;
text-align: center;
font-size: 14px;
color: #666;
}

/*photo*/
#photo{
	background-color: #ECECEC;
	margin: 0 auto;
    min-width: 320px;
	overflow-x: hidden;
}
#photo .photo-header{
	display:block;
	text-align:center;
}
#photo .photo-header img{
	width:100%;
	border:0;
}

/*Gallery*/
#main {
padding: 11px 0 10px 0;
margin:0 auto;
}
#wsd-Gallery {
list-style-type: none;
position: relative; 
margin: 0;
}
#wsd-Gallery li {
width: 140px;
background-color: #ffffff;
border: 1px solid #ffffff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: none;
cursor: pointer;
padding: 4px;

box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.1);


}

#wsd-Gallery li img {
display: block;
width:100%
}
#wsd-Gallery li p {
color: #666;
font-size: 12px;
margin: 5px 0 0 0px;
white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:center
}
#wsd-Gallery ali:nth-child(3n) {
height: 175px;
}

#wsd-Gallery ali:nth-child(4n-3) {
padding-bottom: 30px;
}

#wsd-Gallery ali:nth-child(5n) {
height: 250px;
}
