/* Styling for the jQuery GSVideobar plugin. */
.empty_gsvb {
	display: block;
}
.empty_gsvb:before {
	content: 'No matching videos found.';
	display: inline;
}
.empty_gsvb .resultsBox_gsvb {
	display: none;
}
.floatingPlayerBox_gsvb {
	top: 270px !important;
	margin-left: 100px;
}
.playerInnerBox_gsvb .player_gsvb {
  width : 640px;
  height : 480px;
  
}
.floatingPlayer_gsvb {
	top: 270px !important;
	margin-left: 100px;
}
.resultDiv_gsvb {
	margin: 2px;
}
