body{
	font-family:Verdana;
}
h1{
	text-align:center;
}
#v1{
	width:480px;
	margin-bottom:-4px;
	padding-bottom:0;
	background-color:black;
}
button{
	border:none;
	background-color:transparent;	
}
button img{
	text-decoration:none;
	border:none;
}
#controlsv1{
	font-family:Verdana;
	font-size:0.8em;
	padding:0;
	margin:0;
	background-color:#e3e3e3;
	width:478px;
	height:36px;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	list-style:none;
}
#videowrapper{
	margin:auto;
	width:480px;
	-moz-box-shadow: 2px 2px 13px #999;  
	-webkit-box-shadow: 2px 2px 13px #999;  
	box-shadow: 2px 2px 13px #999;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
}

#videowrapper, #controlsv1{
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
}

#controlsv1 li{
	float:left;
	margin:10px;
}
#timebar{
	margin:0;
	padding:0;
	width:478px;
	height:10px;
	border:1px solid #bfbfbf;
	background-color: #e3e3e3;
	overflow:hidden;
}
#timebarinner{
	background-color:grey;
	height:5px;
	width:0;
}
#load{
	background-color:red;
	height:5px;
	width:0;
}
#subtitleswrapper{
	position:relative;
}
#subtitles{
  	position:absolute;
  	bottom:0;
	width:100%;
	margin:auto;
	text-align:center;
}
#subtitles p{
	font-family:Arial;
  	font-size:1em;
  	font-weight:bold;
	text-shadow: 3px 3px 3px #000;
	color:white;
	padding:4px 15px 4px 15px;
	background-color:rgba(0,0,0,0.5);
}