.gallery {

	border: 1px solid #F3F3F3;
}

.thumbnailIMG{
	margin:5px 5px 5px 5px;
	width:150px;
	height:130px;
	float:left;
	vertical-align:middle;	
}
.thumbnailIMG:hover{
	background-color:white;
}	

