.thumbframe {
	background-image: url(/assets/images/gallery/gallery_thumbholder.gif);
	display: block;
	width: 172px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.thumbframe p{
	font-size: 8pt;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.thumbimg {
	margin: 10px;
	padding: 0px;
	border: 1px solid #666666;
	filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;
}

.newline {
	display: block;
	clear: both;
	height: 10px;
}



/*tooltip*/

.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	font-size: 11px;
}

.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	font-size: 10px;
}