body.cspan_embed {
	margin:0 !important;
	color: #444444 !important;
	font: 11px Helvetica,Arial,sans-serif !important;
}
#videoWrapper {
	background: #FFFFFF;
	width:646px;
	height:528px;
	overflow:hidden;
}
#videoWrapper.has_html {
	background: #000000 center center no-repeat;
	z-index: 500;
	width:646px;
	height:468px;
	position:relative;
}
#videoWrapper video {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

#controls {
	height:50px; 
	width:646px; 
	padding:0;
	margin-top:10px;
}
#controls button.play {
	background: transparent url(http://www.c-spanvideo.org/videoLibrary/assets/images/button-play.png) center center no-repeat;
	border:none;
	height:30px;
	width:30px;
	float:left;
	margin:0 5px 0 10px;
}
#controls button.pause {
	background: transparent url(http://www.c-spanvideo.org/videoLibrary/assets/images/button-pause.png) center center no-repeat;
	border:none;
	height:30px;
	width:30px;
	float:left;
	padding:0;
	margin:0 5px 0 10px;
}
#fullscreen {
	background: transparent url(http://www.c-spanvideo.org/videoLibrary/assets/images/button-fullscreen.png) center center no-repeat;
	border:none;
	height:14px;
	width:16px;
	float:right;
}
#controls button.mute {
	background: transparent url(http://www.c-spanvideo.org/videoLibrary/assets/images/button-mute.png) 100% 0 no-repeat;
	height:24px;
	width:28px;
	float:right;
	border:none;
	padding:0;
}
#controls button.unmute {background: transparent url(http://www.c-spanvideo.org/videoLibrary/assets/images/button-mute.png) 100% -23px no-repeat;
	height:24px;
	width:28px;
	float:right;
	border:none;
	padding:0;
}
#video-time {
	font-size:11px;
	clear:right;
	float:right;
	width:100px;
	text-align:right;
	margin:5px 10px 0 0;
}

#time-slider-container {
	float:left;
	width:588px;
	height:4px;
	position:relative;
	background: #A69C99 left bottom no-repeat;
	margin:5px 10px 0 0;
}
#time-slider-container .ui-slider {
	width:570px;
	margin-left:9px;
}
#time-slider-container .ui-slider-handle {
	display:block !important;
}

#video-loading {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
	color:#F0F0F0;
	opacity:0.5;
	z-index:501;
	display:none;
}
