
$(document).ready(function(){
	skinInit();
	jQuery('#home-banners').jshowoff({animatePause:true,autoPlay:true,changeSpeed:800,controls:false,hoverPause:true,effect:'slideLeft',links:true,speed:6000});
	jQuery('.panel-catalog-bestsellers .content ul').jshowoff({animatePause:true,autoPlay:true,changeSpeed:800,controls:false,hoverPause:true,effect:'fade',links:true,speed:6000});
});
function skinInit(){}
