/* Players - Standard */

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

body {
	background: #000;
}

.tsPlayer_clear {
	clear: both;
}

.tsPlayer_position_relative {
	position: relative;
}

/* Data */

.tsPlayer_data_wrapper {
	display: none;
	position: absolute;
	bottom: 34px;
	height: 30px;
	width: 100%;
	background: #000;
}

.tsPlayer_data_track {
	float: left;
	width: 50%;
	height: 30px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

.tsPlayer_data_track p {
	color: #EEE;
	margin: 0;
	font-size: 10px;
	line-height: 30px;
	width: 9999px;
}


/* Plugins */

.tsWidget_body:hover .tsPlayer_plugin_wrapper {
	opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
	display: block !important;
}