div.videoframe {
	width: 1050px;
	background-color: #000000;
	color: #FFFFFF;
}
.object {
	margin: 0;
	float: left;
}
div.slider { 
	width:256px; 
	margin:10px 0; 
	background-color:#ccc; 
	height:7px; 
	position: relative;
}
div.handle { 
	width:10px; 
	height:11px; 
	background-color:#ff0000; 
	cursor:move; 
	position:absolute;
}
div.volumeHolder {
	width: 300px; 
	float: right;
}
.controls input {
	float: left; 
	margin-top: 6px;
}
div.controls {
	width: 450px;
	height: 34px;
	margin-left: auto; 
	margin-right: auto;
}
div.vTitle {
	font-size: 12px; 
	font-weight: bold;
	width: 33%; 
	float: left; 
	height: 12px; 
	text-align: center; 
	overflow: hidden;

}
div.tTitle {
	width: 100%; 
	text-align: center; 
	font-size: 18px;
}
div.video {
	height: 276px;
}