
$(document).ready(function() {
  
  $('#slideshow img').addClass('hidden');
  
  $.preload( '#slideshow img', {
    onFinish: function() {
      $('#slideshow img').removeClass('hidden');
      $('#slideshow').slideshow({ timeout: 4000, fadetime: 600, type: 'sequence' });
    }
  });
    
  $("a[rel='cbox']").colorbox();
  $(".cbox").colorbox({iframe:"true", transition:"none", width:"720px", height:"760px"});
  $(".service").colorbox({iframe:"true", transition:"none", width:"301px", height:"190px"});	

$(".test4").hrzAccordion({eventTrigger:"mouseover",openOnLoad:"2",handlePositionArray: "left,left,left,left,left,left",handleClass: "handle",handleClassOver:"handleOver"});	

	

	

 	
 });