.slick-prev:before, .slick-next:before {
	color: #ddd !important;
}
.countdown-slider .slick-dots {
	margin: 0;
	bottom: -26px;
}
.video-box {
	padding: 0 5px 5px;
	background-color: #ddd;
}
.video-slider {
	margin-top: 5px;
	margin-bottom: 0;
}
.video-thumb, .video-thumb:hover, .video-thumb:visited {
	width: 150px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.video-last-thumb {
	width: 152px !important;
}
.video-icon {
	background: url(http://images.livemixtapes.com/thd-play.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.video-title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
	background: rgba(0,0,0,0.6);
	padding: 4px;
	color: #fff;
	font-weight: bold;
}
.video-thumb:hover .video-title {
	display: block;
}
.video-last-thumb .video-title {
	left: inherit;
	right: 0;
}