/* Standalone player */
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
/* Standalone player */

#player .panel {
	display: none;
	width: 300px;
}
#player .panel .tabs {
	position: relative;
	height: 32px;
}
#player .panel .tabs img {
	position: absolute;
	top: 0;
	left: 0;
}
#player .panel .tabs div {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
}
#player .panel .border {
	background-image: url('/images/multisearch_border.gif');
}
#player .panel .content {
	height: 246px;
	margin: 0 4px;
	padding: 0px;
	position: relative;
}
#player .panel .content a {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
#player .panel .content a:hover {
	color: #003366;
	text-decoration: underline;
}
#player .panel .scroll {
	margin: 0 4px;
	padding: 8px;
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#player #player_video_panel {
	display: block;
}

/* video panel */
#player #player_video_panel a.player_video_tab {
	width: 61px;
}
#player #player_video_panel a.player_audio_tab {
	width: 58px;
}

/* audio panel */
#player #player_audio_panel a.player_video_tab {
	width: 61px;
}
#player #player_audio_panel a.player_audio_tab {
	width: 58px;
}

#player .tabs {
	width: 300px;
}
#player .tabs a {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif ;
	font-size: 10px;
	color: #666666;
	margin: 7px 0 0 0;
	padding: 3px 0 5px 0;
	display: block;
	float: left;
	text-align: center;
	outline: none;
	text-decoration: none;
	white-space: nowrap;
}
#player .tabs a:hover {
	color: #006699;
}
#player .tabs a.active {
	margin-top: 6px;
	font-size: 13px;
	color: #333333;	
}
#player .tabs a.active:hover {
	color: #333333;
}

#player .slideshow {
	padding: 6px 6px 6px 0px;
}
#player .slideshow .content {
	width: 220px;
	padding: 6px 0px 6px 8px;
	background-image: url('/images/player_bg.gif');
	background-repeat: repeat-x;
}
#player .slideshow .content .mask {
	width: 220px;
	height: 46px;
	overflow: hidden;
	position: relative;
}
#player .slideshow table {
	margin: 0px auto;
}
#player .slideshow .nav_left {
	margin-right: 0px;
	padding-right: 0px;
}
#player .slideshow .nav_left,
#player .slideshow .nav_right {
	padding-bottom: 10px;
}
#player .slideshow .nav_left a,
#player .slideshow .nav_right span {
	display: none;
}
#player .slideshow .nav_left span,
#player .slideshow .nav_right span {
	font-weight: bold;
	font-size: 16px;
}
#player .slideshow .nav_left a,
#player .slideshow .nav_right a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#player .slideshow #vslidezone {
	height: 46px;
	position: absolute;
	left: 0px;
}
#player .slideshow #vslidezone .slidebox {
	float: left;
	width: 65px;
	height: 46px;
	padding-right: 8px;
	_padding-right: 4px;
}
#player .slideshow #vslidezone .slidebox .img {
	width: 65px;
	height: 44px;
	background-color: #CCCCCC;
	border: 1px solid white;
}
#player .slideshow #vslidezone .slidebox .img img {
	height: 44px;
	width: 65px;
}
#videos_text {
	height: 12px;
}
#player_audio_panel ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

