/* Player - Single Track */

html, body {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	font-family: Helvetica, Arial, "sans-serif";
}

.tsPlayer_clear {
	clear: both;
}

.tsPlayer_position_relative {
	position: relative;
}

/* Player Object */

.tsPlayer_object {
	position: absolute;
	z-index: 999;
}


/* Data */

.tsPlayer_data_wrapper {
	position: absolute;
	top: 0;
	height: 20px;
	width: 100%;
}

.tsPlayer_data_track {
	float: left;
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.tsPlayer_data_track p {
	color: #666;
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: 20px;
	width: 9999px;
}