/* jQuery Rounded Corners - Used By IE Only */
$(function(){ 
  
  settings = {
          tl: { radius: 10 },
          tr: { radius: 10 },
          bl: { radius: 10 },
          br: { radius: 10 },
          antiAlias: true
      }

  $('.no-borderradius #sub_nav').corner(settings); });


$(document).ready(function() {


	/* ColorBox Initialization */
		$("a[rel='next']").colorbox({width:'800px', height:'610px', transition:'elastic', iframe:'true', rel:'nofollow'});
		$("a[rel='fitness_schedule']").colorbox({width:'1010px', height:'610px', transition:'elastic', iframe:'true', rel:'nofollow'});
		$("a[rel='colorbox_map']").colorbox({width:'800px', height:'610px', transition:'elastic', speed:700, iframe:'true', rel:'nofollow'});
		
		$("a[class='colorbox_video_therapy']").colorbox({transition:'elastic', speed:700, iframe:'true', width:'465px', height:'425px', rel:'nofollow'});
		$("a[class='colorbox_video']").colorbox({transition:'elastic', speed:700, iframe:'true', width:'525px', height:'470px', rel:'nofollow'});
		
		$("a[class='colorbox_image_nogroup']").colorbox({transition:'elastic', speed:700, rel:'nofollow'});
		$("a[class='colorbox_image']").colorbox({transition:'elastic', speed:700});
		
		$("a[class='events']").colorbox({width:'900px', height:'610px', transition:'elastic', iframe:'true', rel:'nofollow'});
		
		$("a[rel='page_flip']").colorbox({width:'960px', height:'600px', transition:'elastic', iframe:'true', rel:'nofollow'});
		
		$("ul.sf-menu").superfish({ 
            delay: 1200 // 1.2 second delay on mouseout 
        }); 
});
