 $(document).ready(function() {
      $('.slideshow1').cycle({
  		fx: 'fade',
  		speed:    2000, 
      timeout:  1000,
      cleartype:  true,
      cleartypeNoBg:  true
  	});
  	
  	$('.slideshow2').cycle({
  		fx: 'fade',
  		speed:    1000, 
      timeout:  6000,
      cleartype:  true,
      cleartypeNoBg:  true
  	});
  	
  });
  
 $(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='example1']").colorbox(); 
				$("a[rel='example3']").colorbox(); 
				$("a[rel='example4']").colorbox(); 
        $(".example2").colorbox( {inline:true, href:"#all"});
          $(".example3").colorbox( {inline:true, href:"#all2"});
			});
 /*$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='example2']").colorbox();
			});  
  $(".example2").colorbox( {href:"#all"});  
  $(".example2").colorbox( {transition: "none", width:"687px", height:"527px", inline:true, href:"#all"});*/ 
   
   
     
