.JQVideoPlayer {
	position:relative;
	margin:0 auto;
	margin-bottom:0;
	padding:0px;
	width:640px;
	height:100%;
	text-align:left;
}
.JQVideoPlayer .jp_player {
	position:absolute;
	display:none;
	top:0;
	width:0px;
	height:0px;
	z-index:1;
}

/* OVERLAY */

.JQVideoPlayer .jp_overlay {
	position:relative;
	margin-bottom:-3px;
	width:636px;
	height:360px;
	background-color:#F0F0F0;
	border-style:solid;
	border-width:2px;
	border-color:#909090;
	border-bottom:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	overflow:hidden;
}
.JQVideoPlayer .jp_overlay.full_screen {
	position:fixed;
	overflow:hidden;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:0px;
	z-index:1000;
}
.JQVideoPlayer .jp_overlay_button_play {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	background:url(../videoplayer/player_files/images/play.png);
	background-repeat:no-repeat;
	background-position:left;
	width:60px;
	height:60px;
	cursor:pointer;
	z-index:2;
}
.JQVideoPlayer .jp_title {
	display:none;
	position:absolute;
	width:100%;
	z-index:2;
}
.JQVideoPlayer .jp_title_background {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	z-index:1;
}
.JQVideoPlayer .jp_title_text {
	position:relative;
	margin-left:10px;
	margin-top:4px;
	margin-right:20px;
	margin-bottom:7px;
	font-family:Tahoma;
	font-size:11px;
	color:#A0A0A0;
	z-index:2;
}
.JQVideoPlayer .jp_title_button_close {
	display:block;
	position:absolute;
	width:9px;
	height:9px;
	top:8px;
	right:10px;
	background:url(../videoplayer/player_files/images/close.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
	z-index:2;
}

/* INTERFACE */

.JQVideoPlayer .jp_interface {
	position:relative;
	width:640px;
	height:34px;
	z-index:3;
}
.JQVideoPlayer .jp_interface_background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#42464C;
	border-style:solid;
	border-width:0px;
	border-color:#707070;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow:0px 1px 3px #000000;
	overflow:hidden;
}
.JQVideoPlayer .jp_interface_gradient {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.JQVideoPlayer .jp_interface.full_screen {
	position:fixed;
	bottom:10px;
	z-index:1000;
}
.JQVideoPlayer .jp_interface_controls {
	position:relative;
	left:10px;
	width:620px;
	height:100%;
}

/* BUTTONS */

.JQVideoPlayer .jp_button_prev {
	display:none;
	width:19px;
	height:20px;
	background:url(../videoplayer/player_files/images/buttons.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.JQVideoPlayer .jp_button_play {
	display:block;
	width:19px;
	height:20px;
	background:url(../videoplayer/player_files/images/buttons.png);
	background-repeat:no-repeat;
	background-position:-19px 0px;
	cursor:pointer;
}
.JQVideoPlayer .jp_button_stop {
	display:block;
	width:19px;
	height:20px;
	background:url(../videoplayer/player_files/images/buttons.png);
	background-repeat:no-repeat;
	background-position:-57px 0px;
	cursor:pointer;
}
.JQVideoPlayer .jp_button_next {
	display:none;
	width:19px;
	height:20px;
	background:url(../videoplayer/player_files/images/buttons.png);
	background-repeat:no-repeat;
	background-position:-76px 0px;
	cursor:pointer;
}
.JQVideoPlayer .jp_button_volume {
	display:block;
	position:relative;
	width:19px;
	height:20px;
	background:url(../videoplayer/player_files/images/buttons.png);
	background-repeat:no-repeat;
	background-position:-95px 0px;
	cursor:pointer;
}
.JQVideoPlayer .jp_button_fullscreen {
	display:none;
	width:19px;
	height:20px;
	background:url(../videoplayer/player_files/images/buttons.png);
	background-repeat:no-repeat;
	background-position:-133px 0px;
	cursor:pointer;
}

/* VOLUME BAR */

.JQVideoPlayer .jp_volume_panel {
	display:none;
	position:absolute;
	background:url(../videoplayer/player_files/images/volume_panel.png);
	background-repeat:no-repeat;
	width:25px;
	height:64px;
	margin-left:-3px;
	margin-top:-41px;
}
.JQVideoPlayer .jp_volume_bar {
	position:absolute;
	background:url(../videoplayer/player_files/images/volume_bar.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:9px;
	height:26px;
	margin-left:8px;
	margin-top:12px;
	cursor:pointer;
}
.JQVideoPlayer .jp_volume_bar_value {
	position:absolute;
	background:url(../videoplayer/player_files/images/volume_bar.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:9px;
	height:26px;
}

/* SEEK BAR */

.JQVideoPlayer .jp_seek_bar_container {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
.JQVideoPlayer .jp_seek_bar {
	display:block;
	width:100%;
	height:5px;
	background-color:#373B41;
	box-shadow:0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 4px black inset;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.JQVideoPlayer .jp_seek_bar_progress {
	display:block;
	position:absolute;
	margin-top:1px;
	margin-left:1px;
	height:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.JQVideoPlayer .jp_seek_bar_loaded {
	display:block;
	position:absolute;
	margin-top:1px;
	margin-left:1px;
	height:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.JQVideoPlayer .jp_seek_bar_handle {
	position:absolute;
	background:url(../videoplayer/player_files/images/handle.png);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	margin-left:-8px;
	margin-top:-6px;
	cursor:pointer;
}
.JQVideoPlayer .jp_seek_bar_tip {
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
	padding:0px 5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	box-shadow:0px 1px 3px #000000;
}
.JQVideoPlayer .jp_seek_bar_tip_arrow {
	position:absolute;
	width:15px;
	height:6px;
	left:50%;
	margin-left:-7px;
	bottom:-6px;
	background-color:transparent;
	background-image:url(../videoplayer/player_files/images/triangle.png);
	background-repeat:no-repeat;
	background-position:center top;
}

/* TIME */

.JQVideoPlayer .jp_time {
	display:block;
	font-family:Tahoma;
	font-size:11px;
	color:#EFEFEF;
	margin-right:10px;
	white-space:nowrap;
}
.JQVideoPlayer .jp_time_total {
	color:#A9D5DE;
}

/* PLAYLIST */

.JQVideoPlayer .jp_playlist {
	display:none;
	position:relative;
	top:-3px;
	overflow:hidden;
	z-index:1;
}
.JQVideoPlayer .jp_playlist_panel {
	position:relative;
	width:636px;
	height:93px;
	background-color:#22242A;
	border-style:solid;
	border-width:2px;
	border-color:#707070;
	border-top:0px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.JQVideoPlayer .jp_playlist_scroll_panel {
	position:absolute;
	left:10px;
	top:8px;
	overflow:hidden;
}
.JQVideoPlayer .jp_playlist_list {
	position:absolute;
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.JQVideoPlayer .jp_playlist_item {
	display:list-item;
	position:relative;
	height:20px;
	margin:0px;
	padding:0px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom-width:1px;
	border-bottom-color:#505050;
	border-bottom-style:dotted;
}
.JQVideoPlayer .jp_playlist_item_column {
	float:left;
	height:20px;
	line-height:20px;
	margin-right:2px;
	padding-left:10px;
	padding-right:10px;
	background-color:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-family:Tahoma;
	font-size:11px;
	color:#A0A0A0;
	white-space:nowrap;
	overflow:hidden;
}
.JQVideoPlayer .jp_playlist_item_title {
	overflow:hidden;
	cursor:pointer;
}
.JQVideoPlayer .jp_playlist_item_link {
	text-decoration:none;
	color:#69ADBE;
}
.JQVideoPlayer .jp_playlist_item_link:hover {
	text-decoration:underline;
	color:#A9D5DE;
}
.JQVideoPlayer .jp_playlist_scroll_bar {
	position:absolute;
	right:10px;
	top:8px;
}
.JQVideoPlayer .jp_playlist_scroll_channel {
	position:relative;
	background-color:#6D7379;
	width:3px;
	cursor:pointer;
}
.JQVideoPlayer .jp_playlist_scroll_handle {
	position:absolute;
	background-color:#A9D5DE;
	top:0px;
	width:3px;
	height:30px;
	margin-left:0px;
	cursor:pointer;
}
.JQVideoPlayer .jp_playlist_button_playlist {
	position:absolute;
	bottom:5px;
	width:63px;
	height:7px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-image:url(../videoplayer/player_files/images/playlist.png);
	background:none;
}