$(document).ready(function(){
    
    $(".gallery-videos-section .title").fancybox({
		"titleShow"		: false,
		"type"          : "iframe"
	});
	
    $(".gallery-videos-section button,.gallery-videos-section .image").click(function(){
        $(".title",$(this).parent().next()).click();
        return false;
    });
});
