div#movie_player {

	position: relative;
	top: 95px;
	display: block;
	width: 384px;
	min-height: 268px;
	padding: 10px;
	margin: 0 auto;
	
	/*border: 1px solid red;*/
}


#controls {
	position: relative;
	clear: both;
	display: block;
	width: 384px;
	height: 12px;
	top: 10px;

}

a#cplay:link, a#cplay:visited, a#cplay:hover, a#cplay:active {

	clear: none;
	float: left;
	display: block;
	width: 6px;
	height: 7px;
	background: url(/images/PlayHead_Play.png) 0 0 no-repeat;
}

a#cpause:link, a#cpause:visited, a#cpause:hover, a#cpause:active {

	clear: none;
	float: left;
	display: block;
	width: 6px;
	height: 7px;
	background: url(/images/PlayHead_Pause.png) 0 0 no-repeat;
}



div#loading {

	text-align: left;
	position: absolute;
	top: 10px;
	left: 10PX;
	/*top: 300px;*/
	/*top: 10px;*/
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	color: #444;
	font: normal 10px Arial;
	text-transform: uppercase;
	/*background: #000 url(/images/Yeah_VideoPreloader.gif) center center no-repeat;*/

	z-index: 10000;
}



.track {

	float: left;
	clear: none;
	display: block;
	margin-top: 3px;
	margin-left: 5px;
	width: 356px;
	height: 1px;
	z-index: 0;
	background: transparent url(/images/PlayHead_HorizScrollPath.png) 0 0 repeat-x;
}

.handle {

	display: block;
	width: 7px;
	height: 3px;
	margin-top: -1px;
	background: url(/images/PlayHead_HorizScrollIcon.png) 0 0 no-repeat;
	z-index: 2;
	cursor: pointer;

}
