function scaleVideoPlayer( w, h ) {
	$("#videoWrapper").css( { 'width': w+"px", 'height': h+"px", 'margin-bottom': "16px" } );
	$("#videoPlayer").css( { 'width': w+"px", 'height': h+"px" } );
}		
