// JavaScript Document
  $(document).ready(function(){
    $(".cb6080").colorbox({transition:'elastic', speed:'1000', width:"60%", height:"80%", opacity: '0.65'});
    $(".cbox").colorbox({transition:'elastic', speed:'1000', opacity: '0.65', onComplete : function(){$(this).colorbox.resize();}});
    $(".gmaps").colorbox({iframe: true, transition:'elastic', speed:'1000', width:"800px", height:"600px", opacity: '0.65'});
	$("a[rel^='cbox']").colorbox({transition:'elastic', speed:'1000', opacity: '0.65', onComplete : function(){$(this).colorbox.resize();}}); // Select all links that contains cbox in the attribute rel
    $("#hpimagecycle").cycle({speed: 3000, random: 1, timeout: 6000});
  });
