@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
.clear{ clear:both; }

/* content 以上是reset，以下是有用的定义。
----------------------------------------------- */

/*---------gallery---------------------*/
ul.thumbnail li{
	border: 1px solid #2a2a2a;
	float: left;
	margin:0 10px 10px 0;
	width:270px;
	height:150px;
	}	
.gallery{
	padding-bottom:20px;
}
.page{
	width:100%;
	height:20px;
	text-align:center;
}
body .page a{
	padding:5px 10px;
	background:#003366;
	color:#ffffff;
	font-size:14px;
}
.page a:hover{
	background:#222
}




