$(document).ready(function(){

// baner
$('#rotate > ul').tabs({
	fx: {opacity: "toggle", duration: 250 } }).tabs('rotate', 10000);

//slide banner
$(".bannersshow").click(function(){
$("#bannersshow").slideToggle();
$(this).toggleClass("active"); return false;
});

//slide banner
$(".historylist").click(function(){
$("#historylist").slideToggle();
$(this).toggleClass("active"); return false;
});

//carousel
jQuery(document).ready(function() {
jQuery('.carousel').jcarousel();
});

});
