$(document).ready(function() {
			$("area.box_florida").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'padding': 0,
     'margin': 0,
     'frameWidth': 480,
     'frameHeight': 450
   });
});
$(document).ready(function() {
			$(".box_florida a").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'padding': 0,
     'margin': 0,
     'frameWidth': 480,
     'frameHeight': 450
   });
});
$(document).ready(function() {
			$("area.box_general").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'padding': 0,
     'margin': 0,
     'frameWidth': 480,
     'frameHeight': 330
   });
});
$(document).ready(function() {
			$(".box_general a").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'padding': 0,
     'margin': 0,
     'frameWidth': 480,
     'frameHeight': 330
   });
});
$(document).ready(function() {
			$("area.box_mississippi").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'padding': 0,
     'margin': 0,
     'frameWidth': 480,
     'frameHeight': 340
   });
});
$(document).ready(function() {
			$(".box_mississippi a").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'padding': 0,
     'margin': 0,
     'frameWidth': 480,
     'frameHeight': 340
   });
});

