/* CSS Document */


/* VIDEO CONTROLS  */

#controls ul {
	list-style: none;
	}
	
#controls ul, li{
	float:left;
	display:inline;
	margin: 0; padding: 0;
	}

#controls li {
	margin: 2px 1px 0 0;
	padding: 0;
	}

#playButton {
	width: 25px;
	height: 26px;
	display: none;
}

#stopButton {
	width: 25px;
	height: 26px;
	background: url(images/controls/stop.png);
	cursor: pointer;
}


#pause_button {

	width: 25px;
	height: 26px;
	background: url(images/controls/pause.png);
	cursor: pointer;
	
	}

#resume_button {

	width: 25px;
	height: 26px;
	background: url(images/controls/play.png);
	cursor: pointer;
	}

#pause_button {

	width: 25px;
	height: 26px;
	background: url(images/controls/pause.png);
	cursor: pointer;
	
	}

#muteon_button {

	width: 25px;
	height: 26px;
	background: url(images/controls/mute.png);
	cursor: pointer;
	}
	
#muteoff_button {

	width: 25px;
	height: 26px;
	background: url(images/controls/mute_off.png);
	cursor: pointer;
	}	

#buffer {
	width: 75px;
	height: 26px;
	background: url(images/controls/buffer.gif) no-repeat 5px 0 ;
	visibility: hidden;
}

.space {
	padding: 5px;
	}

.timer {
	width: 127px; height: 26px;
	background: url(images/controls/timer.png);
	}
	
.timertext {
	padding: 5px 0 0 4px;
	display: block;
	font-size: 10px;
	color: #CCCCCC;
	line-height: normal;
	clear: both;
	}

#muteon_button, #muteoff_button {
	cursor: pointer;
	}
	
#pause_button, #resume_button {
	cursor: pointer;
	}
		
#wpTrackerSlider {
	margin: 4px 0;
	width: 256px;
	
	clear: both;	
}	

#wpTrackerSlidersliderHandle {
	cursor: pointer;
	}