﻿.tritube .player{
	float: left;
	width: 380px;
	height: 285px;
	background-color: #000;
	position: relative;
}

.tritube .player iframe{
	width: 100%;
	height: 100%;
}

.tritube .player .load{
	position: absolute;
	display: none;
	top: 136px;
	left: 189px;
}

.tritube .channel{
	float: left;
	width: 195px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	margin-left: 4px;
}

.tritube .channel .thumbs{
	width: 100%;
	border-top: solid 1px #ccc;
}

.tritube .channel .thumbs ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tritube .channel .thumbs ul li{
	padding: 5px 0;
	min-height: 40px;
	width: 100%;
	border-bottom: solid 1px #ccc;
}

.tritube .channel .thumbs ul li:hover{
	background-color: #f3f3f3;
}

.tritube .channel .thumbs .preview{
	float: left;
	margin: 0 2px 0 2px;
	border: solid 1px #333;
	position: relative;
	cursor: pointer;
}

.tritube .channel .thumbs .preview img{
	border: none;
	height: 38px;
	width: 52px;
}

.tritube .channel .thumbs .preview .duration{
	height: 12px;
	width: 30px;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 5px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.tritube .channel .thumbs a.item{
	border-bottom: solid 1px #ccc;
	display: block;
	text-align: left;
	padding: 5px 2px;
}

.tritube .channel .thumbs a.playing{
	background-color: #eee;
}

.tritube .channel .thumbs a.desc{
	color: #396;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

.tritube .channel .thumbs a.desc:hover{
	text-decoration: underline;
	background-color: #f3f3f3;
}