@charset "utf-8";
/* CSS Document */


.thumbnail-wrap {
	float:left;
	height:151px;
	width:151px;
}
.thumbnail-div {
	background-color:#313131;
	float:left;
	height:146px;
	padding:5px 0 0 5px;
	width:146px;
}
.thumbnail-shadow {
	float:left;
	height:33px;
	width:100%;
}
.thumbnail-div .sections-overlay {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	margin-top:-33px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/zoom/thumbnail-overlay.png);
	background-repeat: no-repeat;
	background-position: -40px -300px;
}
.thumbnail-div div{
	height:141px;
	width:141px;
}
.sections-overlay {
	background-image:url(../images/zoom/readmore-bg.png);
	opacity: 0;
	visibility:hidden;
	background-position: 0px -167px;
}
.thumbnail-div .sections-overlay .zoom {
	margin:60px 0 0 61px;
}
.sections-overlay .zoom {
	border:medium none;
	margin:165px 0 0 312px;
}
.readmore {
	background-image:url(../images/zoom/readmore-bg.png);
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:10px;
	margin:17px 0 0 40px;
	padding:5px 10px;
}

Read more: http://www.nitinh.com/2009/10/beautiful-thumbnail-hover-effect-using-mootools/#ixzz0gXKcz7d9
.photo_block {
	float: left;
	height: auto;
	width: 666px;
	padding-left: 40px;
}
.thumbnail_container {
	float: left;
	height: auto;
	width: 151px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.thumbnail_bottomtext {
	float: left;
	height: auto;
	width: 151px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
.photo_block {
	float: left;
	height: auto;
	width: 694px;
	padding-left: 12px;
	position: relative;
	overflow: visible;
	z-index: 15;
}

