#player
{
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}

#video-container{
	position: relative;
}
#screen{
	line-height: 50%;
	text-align: center;
	position: absolute;
	margin-left:30%;
	margin-top: 15%; 
	z-index: 1 !important;
}
#screen img{
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	
}
#screen-start:hover{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	cursor: pointer;

}
img, #pbar-container, #sbar-container, #video-container
{
	cursor: pointer;
}
#fullscreen-button:hover
{
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
}
#pbar-container
{
	margin-top: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: rgb(30,30,30);
}

#pbar 
{
	height: 6px;
	width: 0%;
	background-color: rgb(50,170,220);
}
#buttons-container >*
{
display: inline-block;
vertical-align: middle;
margin: 0 10px;
}
#time-field
{
	cursor: default;
color: rgb(50,170,220);
}
#sbar-container
{
	height: 7px;
	margin-left: -8px;
	width: 100px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: rgb(30,30,30);
}
#sbar
{
	height: 5px;
	background-color: rgb(50,170,220);
	width: 100%;
}

#fullscreen-button
{
	float: right;
}