body, html, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
}
.gallery {
	width: 750px;
	clear: both;
	text-align: left;
}
.gallery li {
	width: 200px;
	float: left;
	list-style: none;
	border: 1px solid #CCCCCC;
	margin-bottom: 24px;
	margin-left: 21px;
	height: 180px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	overflow: hidden;
	
	text-align: center;
}

.text {
	text-align: right;
	display: block;
	color: #666666;
	font-size: 12px;
	margin-top: 3px;
}
.clearAll {
	clear: both;
}
.text_16B {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

