/* @override http://localhost:3003/stylesheets/youtube.css */

.fries_well_youtube_player {
	background-color: #161616;
	border-bottom: 1px solid black;
}

#window {
	position: relative;
	height: 383px;
	overflow: hidden;
}

.fries_well_youtube_player .big_play {
	width: 274px;
	height: 78px;
	position: absolute;
	top: 149px;
	left: 206px;
	background: url(/images/video_player/big_play.png) no-repeat;
}

#preview_image {
	height: 383px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

#preview_image img {
	height: 383px;
	width: auto;
	max-width: 1000px;
	margin-left: -28px;
}

#swf {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.fries_well_youtube_player .swf{
	height: 383px;
	width: 681px;
}

.fries_well_youtube_player .controls {
	width: 681px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fries_well_youtube_player .main_buttons {
	float: left;
	width: 28px;
	height: 32px;
		padding-left: 10px;
	padding-right: 10px;
}

.fries_well_youtube_player .secondary_buttons {
	display: none;
	float: right;
	width: 28px;
	height: 32px;
}

.fries_well_youtube_player .playpause {
	float: left;
	width: 28px;
	height: 32px;
	background: url(/images/video_player/play.png) no-repeat;
}

.fries_well_youtube_player .playpause:hover {
	background-image: url(/images/video_player/play_active.png);
}

.fries_well_youtube_player .playpause.playing {
	background-image: url(/images/video_player/pause.png);
}

.fries_well_youtube_player .playpause.playing:hover {
	background-image: url(/images/video_player/pause_active.png);
}

.playbar {
	position: relative;
	float: left;
	height: 1px;
	width: 600px;
	margin-top: 15px;
	background-color: #404040;
}

.normal_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: transparent;
	z-index: 16;
}

.loaded_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #929292;
	z-index: 15;
}

.playhead {
	display: block;
	position: relative;
	float: right;
	width: 12px;
	height: 12px;
	z-index: 16;
	top: -5px;
	background: url(/images/video_player/playhead.png) no-repeat;
}