.ytp-playlist {
	position: relative;
	overflow: auto;
	height: 100%;
	}
	.ytp-playlist .video {
		position: relative;
		padding: 8px 20px 8px 8px;
		cursor: pointer;
		margin-bottom: 4px;
		}
	.ytp-playlist .video:last-child {
		border-bottom: 0px solid red;
		}
		.ytp-playlist .video .title {
			color: #4d4d4d;
			font-weight: bold;
			font-size: 13px;
			margin-bottom: 4px;
			}
		.ytp-playlist .video .date {
			color: #808080;
			font-size: 12px;
			}
		.ytp-playlist .video .arrow {
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;
			width: 18px;
			background: url(../img/arrow-gray.png) no-repeat 0px 20px;
			}
		.ytp-playlist .video:hover .arrow,
		.ytp-playlist .active .arrow {
			background-image: url(../img/arrow-red.png);
			}
			.ytp-playlist .video .arrow .top,
			.ytp-playlist .video .arrow .bottom {
				position: absolute;
				right: 0;
				}
			.ytp-playlist .video .arrow .top {
				border: 10px solid black;
				border-width: 26px 0 0 18px;
				border-color: #fff transparent transparent transparent;
				}
			.ytp-playlist .video .arrow .bottom {
				bottom: 0;
				border: 10px solid black;
				border-width: 0px 0 26px 18px;
				border-color: transparent transparent #fff transparent;
				}
		.ytp-playlist .video .border {
			position: absolute;
			bottom: -3px;
			left: 0;
			right: 20px;
			border-bottom: 1px dotted #656565;
			}
	.ytp-playlist .video:hover,
	.ytp-playlist .active {
		background: url(../img/active-background.png);
		}
		.ytp-playlist .video:hover .title,
		.ytp-playlist .active .title {
			color: #ff7101;
			}
