/*** "fake" YouTube **/

.widget.ad  .youtube-preview .title:hover {
	text-decoration: underline;
	color: #fff;
}

.widget.ad  .youtube-preview .title {
	position: absolute;
	white-space: nowrap;
	width: 300px;
	margin: 3px 0px 0px 0px;
	padding-left: 7px;
	z-index: 110;
	color: #C4C3C3;
	font: normal 17px arial;
	cursor: pointer;
	background: url('../images/yt-titlebg.png')
		repeat-x;
}

.widget.ad .youtube-preview .timeline {
	position: absolute;
	bottom: 0px;
}

.widget.ad .youtube-preview {
	width: 300px;
	overflow: hidden;
	height: 227px;
	position: relative;
}

.widget.ad .youtube-preview .plybtn:hover {
	background:
		url('../images/play_button3_hover.png')
		no-repeat 50% 50%;
}

.widget.ad .youtube-preview .plybtn {
	background: url('../images/play_button3.png')
		no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.widget.ad .youtube-preview .video-img {
	position: absolute;
	width: 300px;
	height: 200px;
}
