/*
 * Start Slider
 */
$(document).ready(function(){
	$("#slider > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 15000, true);
});
