.ytp-wrapper-widget .ytp-controls .ytp-control-button-next,
.ytp-wrapper-widget .ytp-controls .ytp-control-button-previous {
	display: block;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-time {
	left: 84px;
}

.ytp-clear-both {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.ytp-wrapper-playlist {
	position: relative;
	background-color: #1c455d;
	height: 100%;
	margin: 0;
	padding: 4px;
}

.ytp-playlist {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #1c455d;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

li.ytp-playlist-item {
	list-style-type: none;
	margin: 4px 4px;
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
	padding: 4px 2px 4px 0;
	border: 1px solid #1c455d;
}

li.ytp-playlist-item-active,
li.ytp-playlist-item-hover {
	background-color: #173849;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #112A36;
}

li.ytp-playlist-item .ytp-wrapper-playlist-item-thumbnail {
	position: relative;
	width: 70px;
	height: 50px;
	left: 4px;
	float: left;
}

li.ytp-playlist-item .ytp-playlist-item-play-layer,
li.ytp-playlist-item .ytp-playlist-item-thumbnail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

li.ytp-playlist-item .ytp-playlist-item-play-layer {
	background: transparent url("../img/ytp-control-button-thumbnail-bg.png") no-repeat center center;
}

li.ytp-playlist-item .ytp-playlist-item-play-layer-bg {
	background: #235878 !important;
}

li.ytp-playlist-item .ytp-playlist-item-thumbnail {
	
}

.ytp-playlist-item-active .ytp-playlist-item-play-layer {
	display: none;
}

.ytp-wrapper-playlist-item-info {
	margin-left: 90px;
}

.ytp-wrapper-playlist-item-info .ytp-playlist-item-title {
	margin: 6px 0 0 0;
}

.ytp-wrapper-playlist-item-info .ytp-playlist-item-title,
.ytp-wrapper-playlist-item-info .ytp-playlist-item-date {
	color: #6caddf;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	line-height: 12px;
}

.ytp-wrapper-playlist-item-info .ytp-playlist-item-date {
	margin-top: 4px;
	color: #9AC0CC;
}
