#content-wrapper{
	width: 752px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

#content{
	background-color: #fff;
}

.site{
	background-color: #f8f8f8;
	float: left;
	display: inline;
	padding: 8px;
	margin-left: 13px;
	min-width: 150px;
	min-height: 190px;
	border: 2px solid #9d9d9d;
	text-align: center;
}

.site span.site-title{
	display: block;
	overflow: hidden;
	width: 150px;
	line-height: 1.2em;
	padding-top: 4px;
	color: #c20c01;
	font-size: .8em;
	font-weight: bold;
}

.site span.site-galleries{
	display:block;
	line-height:1em;
	font-size: 0.8em;
	padding-top: 3px;
	color: #666;
	width: 150px;
}
.site span.site-galleries a{
	color: #666666;
	text-decoration: none;
}

.site img{
	border: 1px solid #eee;
	width: auto;
}

div.clearer{
	clear: both;
	margin-bottom: 13px;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

* html .clearer {
	clear: both;
	ove\rflow: hidden;
	he\ight: 0;
	marg\in-top: 0;
}

.paging{
	float: right;
	display: inline;
	margin-right: 20px;
	padding-top: 10px;
	width: 200px;
	font-size: 11px;
}

.paging a{
	color: #000;
	text-decoration: none;
}

a.linkopacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

a.linkopacity:hover img {
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
}
