/* Playlist */

.tsPlayer_wrapper:hover .tsPlayer_playlist_wrapper {
	display: block;
}

.tsPlayer_playlist_wrapper {
	border-top: 10px solid #000;
	bottom: 64px !important;
    top: auto !important;
    width: 100%;
}

.tsPlayer_playlist {
	background: url('/widgets/player/plugins/playlist/images/000_50.png') repeat;
}

.tsPlayer_playlist_item {
	cursor: pointer;
	color: #CCC;
}

.tsPlayer_playlist_item:hover {
	color: #FFF;
}

.tsPlayer_playlist_item_even {
	background: url('/widgets/player/plugins/playlist/images/000_25.png') repeat;
}

.tsPlayer_playlist_item_odd {
}

.tsPlayer_playlist_item p {
	margin: 0;
	line-height: 20px;
	font-size: 10px;
	overflow: hidden;
	position: relative;
}

.tsPlayer_playlist_item_index {
	float: left;
	text-align: right;
	width: 20px;
	height: 20px;
	display: block;
}

.tsPlayer_playlist_item_index span {
}

.tsPlayer_playlist_item_title {
	float: right;
	text-indent: 5px;
}

.tsPlayer_playlist_item_title span {
	height: 20px;
	width: 9999px;
	display: block;
}

/* Button */

.tsPlayer_data_playlist {
	float: right;
	margin: 0 8px 0 0;
}

.tsPlayer_data_playlist p {
	float: left;
	cursor: pointer;
	font-size: 10px;
	line-height: 30px;
	color: #EEE;
	margin: 0;
}

.tsPlayer_data_playlist span {
	float: right;
	width: 20px;
	height: 30px;
	display: block;
	background: url('/widgets/player/plugins/playlist/images/button_closed.png') right 11px no-repeat;
}

.tsPlayer_data_playlist_open span {
	background: url('/widgets/player/plugins/playlist/images/button_open.png') right 11px no-repeat;
}

/* Scrollbars */

.tsPlayer_scrollbar_wrapper {
	z-index: 20;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;;
	width: 30px;
}

.tsPlayer_scrollbar {
	position: absolute;
	width: 4px;
	background: #000;
	display: block;
	bottom: 0;
	right: 13px;
}

.tsPlayer_scrollbar_guide {
	position: absolute;
	right: 14px;
    top: 0;
    width: 2px;
	background: #999;
	display: block;
	border: 0;
	height: 100%;
}

.ui-slider-handle {
	width: 4px;
	height: 20px;
	margin: 0 auto;
	background: #FFF;
	display: block;
	position: absolute;
	z-index: 20;
}