cms.RootPath = '';
/* WebFilter 0x1010006400000038 */
$(document).ready(function(){
	$('.flywrapper div').hover(
		function() { $(this).closest('.flywrapper').addClass('flywrapper-open'); },
		function() { $(this).closest('.flywrapper').removeClass('flywrapper-open'); }
	);
});

