/*CCCONTROLS CONTAINER*/
.cccontrols{
	position:absolute;
	left:506px; top:360px;
	width:134px; height:27px;
	color: white;
	background-color:#333333;
	font-weight:bold;
	border:1 transparent;
}
/*
:fullscreen .cccontrols{
	position:absolute;
	width:750px; height:54px;
	color: white;
	background-color:#333333;
	font-weight:bold;
}
:-webkit-full-screen .cccontrols{
	position:absolute;
	width:750px; height:54px;
	color: white;
	background-color:#333333;
	font-weight:bold;
}
:-moz-full-screen .cccontrols{
	position:absolute;
	width:750px; height:54px;
	color: white;
	background-color:#333333;
	font-weight:bold;
}
*/
/*******************/
/*PLAY-PAUSE BUTTON*/
/*******************/
#ccplaybtn{
	position:abolute;
	left:0px; top:0px;
	width:27px; height:27px;
	background-image:url('./images/playpause.png');
	background-size: 100% 100%;
	color:white;
	background-color:#333333;/*transparent;*/
	border:1 white;
}
:fullscreen #ccplaybtn{
	/*position:absolute;
	left:0px; top:0px;*/
	width:54px; height:54px;
	background-image:url('./images/playpause.png');
	background-size: 100% 100%;
	color:white;
	background-color:#333333;/*transparent;*/
	border:1 white;
}
:-webkit-full-screen #ccplaybtn{
	/*position:absolute;
	left:0px; top:0px;*/
	width:54px; height:54px;
	background-image:url('./images/playpause.png');
	background-size: 100% 100%;
	color:white;
	background-color:#333333;/*transparent;*/
	border:1 white;
}
:-moz-full-screen #ccplaybtn{
	/*position:absolute;
	left:0px; top:0px;*/
	width:54px; height:54px;
	background-image:url('./images/playpause.png');
	background-size: 100% 100%;
	color:white;
	background-color:#333333;/*transparent;*/
	border:1 white;
}
/*******************/
/* SCRUBBER        */
/*******************/
#ccscrub{
	position:absolute;
	left:35px; top:0px;
	width:200px; height:27px;
	background-color:#333333;
}
/*******************/
/* CCONOFF BUTTON  */
/*******************/
#cconoffbtn{
	/*position:absolute;
	left:28px; top:0px;*/
	position:absolute;
	left:0px;
	width:27px; height:27px;
	color:white;
	background-color:#333333;/*transparent;*/
	border:1 white;
	background:url('./images/ccisoff.png');
	background-size: 100% 100%;
}
/*
:fullscreen #cconoffbtn{
	left:55px; top:0px;
	width:54px; height:54px;
	color:white;
	background-color:#333333;
	border:1 white;
	background:url('./images/ccisoff.png');
	background-size: 100% 100%;
}
:-webkit-full-screen #cconoffbtn{
	width:54px; height:54px;
	color:white;
	background-color:#333333;
	border:1 white;
	background:url('./images/ccisoff.png');
	background-size: 100% 100%;
}
:-moz-full-screen #cconoffbtn{
	width:54px; height:54px;
	color:white;
	background-color:#333333;
	border:1 white;
	background:url('./images/ccisoff.png');
	background-size: 100% 100%;
}
*/
/*******************/
/* CCSETUP BUTTON  */
/*******************/
#ccsetupbtn{
	/*position:absolute;
	left:56px; top:0px;*/
	position:absolute;
	left:27px;
	width:80px; height:27px;
	color:white;
	background-color:#333333;/*transparent;*/
	border:1 white;
	font-size:1em;
}
/*
:fullscreen #ccsetupbtn{
	width:160px; height:54px;
	color:white;
	background-color:#333333;
	border:1 white;
	font-size:2em;
}
:-webkit-full-screen #ccsetupbtn{
	width:160px; height:54px;
	color:white;
	background-color:#333333;
	border:1 white;
	font-size:2em;
}
:-moz-full-screen #ccsetupbtn{
	width:160px; height:54px;
	color:white;
	background-color:#333333;
	border:1 white;
	font-size:2em;
}
*/
/*******************/
/*FULLSCREEN BUTTON*/
/*******************/
#fsbutton{
	/*position:absolute;
	left:270px; top:0px;*/
	position:absolute;
	left:107px;
	width:27px; height:27px;
	background-image:url('./images/fullscreen.png');
	background-size: 100% 100%;
	border:1 white;
}
/*
:fullscreen #fsbutton{
	width:54px; height:54px;
	background-image:url('./images/fullscreen.png');
	background-size: 100% 100%;
	border:1 white;
}
:-webkit-full-screen #fsbutton{
	width:54px; height:54px;
	background-image:url('./images/fullscreen.png');
	background-size: 100% 100%;
	border:1 white;
}
:-moz-full-screen #fsbutton{
	width:54px; height:54px;
	background-image:url('./images/fullscreen.png');
	background-size: 100% 100%;
	border:1 white;
}
*/


:fullscreen  video{
	width:100%;
	height:100%;
}
:-webkit-full-screen  video{
	width:100%;
	height:100%;
}
:-moz-full-screen  video{
	width:100%;
	height:100%;
}

