function hideProductHomeVideoLoader()
{
	if($('productHomeVideoLoader'))
	{
		$('productHomeVideoLoader').hide();
	}
}




