.movie-outer {
	position: relative;
	width: 456px;
	height: 344px;
	margin: 20px 0;
	background: #ccc;
}
.movie {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 450px;
	height: 338px;
	background: #fff;
}
.movie-player {
	position: absolute;	
	top: 1px;
	left: 1px;
	width: 448px;
	height: 336px;
	z-index: 1;
}
.movie-controls {
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 408px;
	height: 25px;
	z-index: 2;
	background: #dc291e;
}
.movie-controls .play,
.movie-controls .pause {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin: 0 10px;
	background: url(../images/controls.gif);
	text-indent: -5000px;
	cursor: pointer;
}
.movie-controls .pause {
	background-position: 0 -25px;
}
.movie-controls .track {
	position: absolute;
	top: 0;
	left: 45px;
	width: 300px;
	height: 25px;
	cursor: pointer;
}
.movie-controls .playhead {
	position: absolute;
	background: #bfd6e0;
	top: 11px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.movie-controls .buffer,
.movie-controls .progress {
	position: absolute;
	top: 11px;
	left: 0;
	background: #e97a73;
	width: 0;
	height: 1px;
	overflow: hidden;
}
.movie-controls .progress {
	background: #f6c9c7;	
}
.movie-controls .mute {
	display: none;	
}
.movie-controls .time {
	position: absolute;
	top: 2px;
	right: 0;
	width: 65px;
	height: 25px;
	font-size: 10px;
	color: #f6c9c7;
	text-align: center;
}
.movie-controls .time strong {
	display: none;	
}

#right .movie {
	position: relative;
	width: 264px;
	height: 152px;
	border: 2px solid #ccc;
	padding: 1px;
	margin: 20px 0;
}
#right .movie-player {
	position: absolute;	
	top: 1px;
	left: 1px;
	width: 264px;
	height: 152px;
	z-index: 1;
}
#right .movie-controls {
	opacity: 0;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 244px;
	height: 20px;
	z-index: 2;
	background: #dc291e;
}
#right .movie-controls .play,
#right .movie-controls .pause {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 20px;
	margin: 0 5px;
	background: url(../images/controls.gif) 0 -2px;
	text-indent: -5000px;
	cursor: pointer;
}
#right .movie-controls .pause {
	background-position: 0 -27px;
}
#right .movie-controls .track {
	position: absolute;
	top: 0;
	left: 35px;
	width: 165px;
	height: 25px;
	cursor: pointer;
}
#right .movie-controls .playhead {
	position: absolute;
	background: #bfd6e0;
	top: 9px;
	height: 1px;
	width: 1px;
}
#right .movie-controls .buffer,
#right .movie-controls .progress {
	position: absolute;
	top: 9px;
	left: 0;
	background: #4083a3;
	width: 0;
	height: 1px;
}
#right .movie-controls .progress {
	background: #bfd6e0;	
}
#right .movie-controls .mute {
	display: none;	
}
#right .movie-controls .time {
	position: absolute;
	top: -1px;
	right: 0;
	width: 45px;
	height: 25px;
	font-size: 8px;
	color: #bfd6e0;
	text-align: center;
}
#right .movie-controls .time strong {
	display: none;	
}