$(document).ready(function() {
	$('#header ul').superfish();
	$('#header ul li ul li:last-child').addClass('last');	
	$('a.ext').click(function(){
        window.open(this.href);
        return false;
    });
	
	/*$("div.scrollable").scrollable({
		vertical:true,
		size: 4,
		next: 'a.next', 
	    prev: 'a.prev' 
		}); */
	
	jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 1,
		visible: 4,
		auto: 3, 
		wrap: "both"
    });

	$(".specialBlu").corner("");
	$(".pullq").corner("");
	
});