/* MOVIE CSS */
html {
	overflow: hidden;
	padding: 0;
}

body {
	background-color: #000;
	padding: 0;

	/* cochino IE */
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
}

.movie > img,
.movie > video {
	width: auto;
	height: auto;
	position: fixed;
	top:40px;
	left:20%;
}

::-webkit-scrollbar ,
::-moz-scrollbar ,
::-o-scrollbar ,
::scrollbar{
	visibility: hidden;
}