/*
	Web Player
*/

#content{
	width:422px;
	float:right;
}

ul#controls{background:#eceaeb url(../images/movie_bg.png) bottom left no-repeat;
	border-bottom:1px solid #bcbcbc;
	clear:both;
	height:40px;
}

ul#controls li{
	list-style:none;
	margin:2px 0 0 0;
	float:left;
}


#pause{
	background: url(../images/pause.jpg) no-repeat;
	height:18px;
	text-indent:-999em;
	display:block;
	width:18px;
	margin:9px 0 0 10px;
}

#resume{
	height:33px;
	text-indent:-999em;
	display:block;
	margin-left:6px;
	width:32px;
/*	border:1px solid #f00;*/

}

#stop{
	height:18px;
	text-indent:-999em;
	display:block;
	width:18px;
	margin-top:7px;
/*	border:1px solid #f00;*/

}

#fullscreen{
	height:26px;
	text-indent:-999em;
	display:block;
	margin:6px 0 0 306px;
	width:25px;
		background: url(../images/full_screen.jpg) no-repeat;


}


ul#movies{
	list-style:none;
	background: url(../images/video_links.png) no-repeat;
	height:33px;
}

ul#movies li{
list-style:none;
	margin:0;
	float:left;
	
}

ul#movies li a{
	height:33px;
	display:block;
	width:70px;
	text-indent:-999em;
}


#wpPlayerScreen {
	width: 450px;
	height: 338px;
	background-color: transparent;
	padding: 14px;
	padding-bottom: 0px;
	color: #CCCCCC;
}

#wpVideoPlayer {
	width: 450px;
	height: 338px;
	background-color: transparent;
}

#PreloadMessage {
	display:none;
}

#VideoPlayerSection {
	float: left;
}

#wpPlayerControls {
	height: 71px;
	padding: 5px 14px 10px 0px;
}

#wpPlayButton {
	width: 64px;
	height: 100px;
	float: left;
	padding-left: 3px;
	background: url(/images/wp/playButton_enabled.jpg) no-repeat 1px 5px;
	cursor: pointer;
}

#wpStopButton {
	width: 39px;
	height: 63px;
	float: left;
	background: url(/images/wp/stopButton_disabled.jpg) no-repeat 0px 20px;
	cursor: pointer;
}

#wpVolumeControl {
	width: 39px;
	height: 63px;
	float: right;
	background: url(/images/wp/volumeButton.jpg) no-repeat 0px 20px;
}

#wpVolumeSlider {
	padding-top: 3px;
	padding-left: 6px;
	visibility: hidden;
}

#wpFullScreen{
	width: 35px;
	height: 63px;
	float: right;
	background: url(/images/wp/fullscreenButton.jpg) no-repeat 0px 20px;
	cursor: pointer;
}

#tooltip {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 300px;
	line-height: 14px;
	padding: 10px;
	font-size: 10px;
}

#wpTracker {
	width: 244px;
	height: 63px;
	padding-left: 10px;
	float: left;
}

#wpTrackerSlider {
	width: 100%;
	height: 23px;
}

#wpTrackerTime {
	padding-top: 5px;
	background: url(/images/wp/trackerTimeBackground.jpg) no-repeat 0px 2px;
	font-size: 10px;
	color: #999999;
	width: 138px;
	height: 19px;
	text-align: center;
}

.wpSliderButton {
	background-image: url(/images/wp/handle.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}

#wpControlButtons {
	background-image: url(/images/wp/controlButtonsBackground.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 108px;
	padding-left: 11px;
	padding-right: 3px;
	height: 73px;
	float: left;
}

#LoadProgress {
	padding-bottom: 10px;
	line-height: 20px;
	height: 20px;
	width: 100px;
}

#wpBuffering {
	width: 98px;
	height: 29px;
	background-image: url(/images/wp/buffering.gif);
	background-repeat: no-repeat;
	visibility: hidden;
}
