$(function(){
	$('.banner_inner').sideswap();
	$('#middle').jScrollPane({scrollbarWidth: 10, showArrows:true});
	$('.corner').corner("10px");
	$('.cornertop').corner("top 10px");
	$('.newsticker-jcarousellite').jCarouselLite({  
		vertical: true,  
		visible: 3,  
		auto:3000,  
		speed:1000  
	});  
	/*$('ul.tips marquee').marquee('pointer').mouseover(function () {
            $(this).trigger('stop');
        }).mouseout(function () {
            $(this).trigger('start');
        });*/
	
	/*$("ul#banner_menu_ul li").css("opacity","1");
	// on mouse over
	$("ul#banner_menu_ul li").hover(function () {
		// animate opacity to full
		$(this).stop().animate({
			opacity: 0.8
		}, 'slow');
	},
	// on mouse out
	function () {
		// animate opacity to nill
		$(this).stop().animate({
			opacity: 1
		}, 'slow');
	});*/



});
