/**************GALLERY-THUMBS*********************/
#galContainer{margin-left:20px;}
 .thumbnail
{
	float: left;
	width: 135px;
	height: 140px;
	padding-top:10px;
	margin: 0 12px 12px 0;
	background-image: url(../bgImages/img-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
 .thumbnail img{ border:0;}
div.thumbhold{
	position:relative;
	top:2px;
	left:12px;
	padding:0;
	margin:0;
	border: 1px solid #999999;
	width:110px;
	height:88px;
	overflow: hidden;
}
.emptyThumbHold{
	position:relative;
	top:2px;
	left:12px;
	padding:0;
	margin:0;
	width:110px;
	height:88px;
	overflow: hidden;
}
.emptyThumbHold p{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	margin:0;
	padding:25px 0 0 0;
	font-weight:bold;
	text-align:center;
}
