.play {
	background-image: url(/images/play_thumb.png);
	background-repeat: no-repeat;
	z-index: 999;
	width: 70px;
	height: 100px;
	display: block;
}

.synopsis, .movieInfo, .showtimes {
	color: black;
}

.movie {
	padding: 0px 0px 0px 5px;
}

.movie a {
	text-decoration: none;
	position: relative;
	display: block;
}

.movie a:hover, .movie a:hover h3,.movie a:hover .synopsis, .movie a:hover .movieInfo, .movie a:hover .showtimes {
	background-color: blue;
	color: white;
}

.extDescription {
	font-size: 11px;
	padding: 0px 10px 10px 10px;
}

.fadein { position:relative; height:315px; width:100%; background-color: black; overflow: hidden;}

.fadein img { position:absolute; }

.fadein.ready img { -webkit-transition: opacity 1s linear; }

.images span {
	display: block;
	text-align: center;
	font-size: 11px;
}
