function mainmenu(){}
 
$(document).ready(function(){					
mainmenu();

	$(function() {
		$('#nav').droppy({speed: 100});
	});
	
	$(function() {
		// Use this example, or...
		$('a[@rel*=lightbox-page]').lightBox(); // Select all links that contains lightbox in the attribute rel
	});
});

window.onload = function () {
   $(".scroll").jCarouselLite({
       btnNext: ".next",
       btnPrev: ".prev",
       visible: 5,
       auto: 800,
       speed: 3000
   });
};
