/* Fixes for the old flash design. Had to be done because it looked ugly otherwise. */
.WS p {
	padding-top: 5px;
	padding-left: 8px;
}
#NS {
	padding-left: 8px;
}

#NStext {
	width: 150px;
}

/* End of fixes*/

.teaser {
	position: relative;
	overflow: hidden;
}

.big-movie {
	width: 490px;
	height: 276px;
}

.small-movie-a,
.small-movie-b {
	width: 248px;
	height: 135px;
}

.small-movie-a img,
.small-movie-b img {
	background: url("/fileadmin/images/bg_broadcast_small.gif") no-repeat scroll 0 0 transparent;
	padding-left: 8px;
}

.overlay {
	left: 0px;
}

.teaser a .overlay {
	position: absolute;
}

.big-movie a .overlay {
	bottom: -45px;
	width: 482px;
	height: 81px;
	padding-top: 10px;
	padding-left: 8px;
}

.small-movie-a a .overlay,
.small-movie-b a .overlay {
	margin-left: 8px;
	width: 240px;
	height: 85px;
	bottom: -39px;
	padding: 0px;
}

.teaser a .overlay p {
	color: white;
}

.teaser a .overlay p.title {
	font-weight: bold;
}

.big-movie a .overlay p.title {
	font-size: 16px;
}

.small-movie-a a .overlay p.title,
.small-movie-b a .overlay p.title {
	font-size: 14px;
	padding-left: 8px;
	padding-top: 10px;
}

.teaser a .overlay .more {
	position: absolute;
}

.big-movie a .overlay .more {
	top: 50px;
}

.small-movie-a a .overlay .more,
.small-movie-b a .overlay .more {
	top: 50px;
}

.teaser a .overlay .more p.text {
	float: left;
}

.big-movie a .overlay .more p.text {
	font-size: 14px;
	padding-top: 4px;
}

.small-movie-a a .overlay .more p.text,
.small-movie-b a .overlay .more p.text {
	font-size: 12px;
	padding-left: 8px;
}


.teaser a .overlay .more img.arrow {
	float: left;
	background: none;
}

.big-movie a .overlay .more img.arrow {
	padding-left: 10px;
}
