/* gallery */
.gallery {
	list-style: none;
	background: none;
	margin: 0;
	margin-left: 60px;
	padding: 0 0 15px 0;
	clear: both;
}
.gallery li {
	background: none;
	margin: 0;
	padding: 5px;
	float: left;
	text-align: center;
	font: 110%/140% Georgia, "Times New Roman", Times, serif;
	color: #666;
}
.gallery img, .gallery a img {
	border: solid 1px #D9D9D9;
	background: #ffffff;
	padding: 4px;
}
.gallery a:hover img {
	border-color: #666666;
	background: #fff;
}
/* clearfix for gallery */
.gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gallery {display: inline-block;}
* html .gallery {height: 1%;}
.gallery {display: block;}


/* thickbox */
.thickbox {
	position: relative;
}
.thickbox .zoom {
}
a.thickbox:hover .zoom {
	width: 35px;
	height: 35px;
	position: absolute;
	margin: 15px 0 0 15px;
	background: url(http://www.wpdesktop.com/js/zoom.png) no-repeat;
	display: block;
}