/* override standard player dimensions */
.playerInnerBox_gsvb .player_gsvb {
	width : 480px;
	height : 380px;
	font-family: Arial, helvetica, sans-serif;
	}

.floatingPlayer_gsvb.playing_gsvb,
.floatingPlayerBox_gsvb.playing_gsvb {
	top: 50% !important;
	left: 50% !important;
	margin: -220px 0 0 -240px;
	bottom: auto !important;
	right: auto !important;
	position: fixed !important;
	}

.floatingPlayerBox_gsvb.playing_gsvb {
	width: 500px !important;
	-moz-box-shadow: 0 0 100px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 0 0 100px rgba(0,0,0, 0.8);
	box-shadow: 0 0 100px rgba(0,0,0, 0.8);
	}

/* color settings */
.playerBox_gsvb div.alldone_gsvb        { color : red; font-weight: bold; font-size: 14px; }
.playerBox_gsvb a.title_gsvb            { color : #676767; }

.playerBox_gsvb div.alldone_gsvb:hover  { color : rgb(237, 92, 11); }
.playerBox_gsvb a.title_gsvb:hover      { color : rgb(237, 92, 11); }
.resultsBox_gsvb div.resultDiv_gsvb     { border-color : #676767; }

#videoBar {
	width : 160px;
	height: 83px !important;
	overflow: hidden !important;
	margin: 0 auto;
	}
