$(document).ready(function(){
	var windowHeight = $(window).height();
	windowHeight = windowHeight + 1;
	$("#outerwrapper").css({'height':windowHeight+'px'})
});


$(document).ready(function(){
			$(".menu")
			.superfish({
				animation : { opacity:"show",height:"show"}
			});
});

$(document).ready(function(){
	$('.rightTop').cycle({
   	fx:    'fade', 
    speed:1500,
    timeout: 3000
    });   
});

$(document).ready(function() { 
    $('ul.menu li:last').css({'border':'none'});
}); 

