body {
	overflow: -moz-scrollbars-vertical !important;
}

#thumb_container div:hover {
	background-color:#e2e2e2;
/*	background-image:url(images/zoom.gif);
	background-position:bottom right;
	background-repeat:no-repeat; */
	color:#0066CC;
}

.photo_thumb {
	float:left;
	height:190px;
	width:180px;
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	border:solid 1px #e2e2e2;
	margin:10px 10px 10px 10px;
	text-align:center;
	background-color:#f4f4f4;
	font-size:11px;
	overflow:hidden;
	color:#666;
}

.photo_thumb img {
	border:solid 1px #fff;
}

.photo_thumb img:hover {
	border:solid 1px #000;
}

.photo_thumb a {
	display:block;
}

.photo_thumb a:hover {
	display:block;
	background-color:#e2e2e2 !important;
}

.photo_thumb p {
	line-height:14px;
}
