
div.thmbcell {
	text-align: center;
}

img.thumb {
	width: 150px;
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
img.thumb.off {
	opacity: 0.4;
}

#thmbMsg {
	max-width: 500px;
}
