$(document).ready(function() {   $("#showcase_right").showcase({      animation: { type: "fade", speed: "500", interval: "5000" },      titleBar: { autoHide: false, position: "top", css: { opacity: "1", backgroundColor: "#eee" , color: "black", fontStyle: "normal", fontSize: "36px", fontFamily: "Arial", padding: "10px 5px 10px 5px", textAlign: "left", fontWeight: "normal"}},    navigator: { position:"bottom-right", showNumber:true,                 item: {                     cssClass: "navigationItem",                     cssClassHover: "navigationItemHover",                     cssClassSelected: "navigationItemSelected"                 }      }   });   $('ul').fadeIn('slow');   $('#newstabs').tabs();   $('#monitortabs').tabs();   $('#gallerytabs').tabs();   $('#sellbox').fadeIn('slow');   $('img').fadeIn('slow');});
