div#mosaic-div {
	background: #fff url(/common/mosaic-bg.png) center center no-repeat;
}

div.mosaic-thumb {
	opacity: 0;
	position: relative;
	overflow: hidden;
}

img.video-thumb {
	/*border-radius: 15%;*/
	/*transition: all 500ms;*/
	/*-moz-transition: all 500ms;*/
	/*-webkit-transition: all 500ms;*/
	/*-o-transition: all 500ms;*/
}
img.video-thumb:hover {
	/*border-radius: 60%;*/
}

span.video-title {
	background: #000;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.museum-button {
	color: #000;
	border: 1px solid #000;
	padding: 20px;
	padding-bottom: 25px;
}
div.museum-button:hover { color: #fff; background-color: #c00; }
