ul.mechabyte-youtube-videos li {
	display:block;
	position:relative;
	margin-bottom:1em;
	overflow:hidden;
	float:left;
	height: 100%;
}
ul.mechabyte-youtube-videos li a:link,
ul.mechabyte-youtube-videos li a:hover,
ul.mechabyte-youtube-videos li a:visited {
	display:block;
}

ul.mechabyte-display-decorated li a:link,
ul.mechabyte-display-decorated li a:hover,
ul.mechabyte-display-decorated li a:visited {
	color:#ffffff;
}
ul.mechabyte-youtube-videos li a img {
	display:block;
	width:100%;
}
ul.mechabyte-youtube-videos li a div.label {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
ul.mechabyte-youtube-videos li a div.label h5 {
	display:block;
	padding:3%;
	font-weight:normal;
	margin-bottom:0px;
	color:#cccccc;
}
.widget_mechabyte-youtube-widget {
	position: relative;
}

.widget_mechabyte-youtube-widget .carousel-prev {
	background: none;
	top: -7px;
	right: 20px;
	left: auto;
	color: #BBB;
	width: auto;
	height: auto;
	font-size: 22px;
}
.widget_mechabyte-youtube-widget .carousel-prev:hover {
	background: none;
	color: #333;
}
.widget_mechabyte-youtube-widget .carousel-next {
	background: none;
	top: -7px;
	right: 0;
	left: auto;
	color: #BBB;
	width: auto;
	height: auto;
	font-size: 22px;
}
.widget_mechabyte-youtube-widget .carousel-next:hover {
	background: none;
	color: #333;
}