
.galleryThumbContainer{
	padding:5px; 
	margin:0px 10px 10px 0px; 
	background-color:#eee; 
	border:solid 1px #ddd; 
	float:left;
}

.galleryThumb{
	width:190px; height:190px;
	background-position:50% 50%; background-repeat:no-repeat;
	border:solid 1px #ccc;
	cursor:pointer;
}

.galleryThumbContainer a{
	 outline:none;
}