﻿$(document).ready(function(){
		     $(".block2").hide();
		 $("#bignav li").click(function () {
			$("#bignav li").removeClass('bnselected');
		$(this).addClass('bnselected');
		 $(".block1").toggle();
		  $(".block2").toggle();
		   });		
		 });


    
     $(function() {
            $(".lavalamp").lavaLamp({
                fx: "backout", 
                speed: 700
              
            });
        });
    
    
		$(document).ready(function() {
   $('.slideshow').cycle({ 
    fx:     'fade', 
    timeout: 6000, 
    delay:  -2000,
     pause:     1,
     cleartypeNoBg: 1
});
});



 $(document).ready(function(){
    $('img.logoright').fadeIn(10000);

    });
    
   $(document).ready(function() {   
	$('.serviceticker').jCarouselLite({   
        vertical: true,   
        visible: 5,   
        auto:4000,   
        speed:1000   
    });   
});   
       
 
    
    
    
		 $(document).ready(function(){
			$(".roundcorners").corner("30px cc:#F9FAFB");
		

		});	

