//jQuery.noConflict();

jQuery(document).ready(function(){
    if ($('#sponsors div').length > 0) $('#sponsors div').cycle({ fx: 'fade', speed: 2500, timeout: 5000 });
});


jQuery(function() {
    jQuery("#carousel").jCarouselLite({
    btnNext: ".down",
    btnPrev: ".up",
    vertical: true,
    mouseWheel: true,
    scroll: 1
    });
    
    jQuery('.tooltip').tooltip({
	track: true,
	delay: 0,
	showURL: false,
	showBody: " - ",
	opacity: 0.85
});


jQuery(function() {
jQuery('.lightbox').lightBox();
});
});
