jQuery(document).ready(function(){
	Cufon.replace('h1', { fontFamily: 'ptsanscap', hover: true }); 
	Cufon.replace('h2', { fontFamily: 'ptsanscap', hover: true }); 
	Cufon.replace('h3', { fontFamily: 'ptsanscap', hover: true }); 
	Cufon.replace('h4', { fontFamily: 'ptsanscap', hover: true }); 
	Cufon.replace('h5', { fontFamily: 'ptsanscap', hover: true }); 
	Cufon.replace(jQuery("ul.sf-menu li"), { fontFamily: 'ptsanscap', hover: true });
	
	$('.widget_wpsc_categorisation > a:eq(1)').addClass('odd');
	$('.widget_wpsc_categorisation > a:eq(3)').addClass('odd');
	$('.widget_wpsc_categorisation > a:eq(5)').addClass('odd');
	$('.widget_wpsc_categorisation > a:eq(7)').addClass('odd');
	$('.widget_wpsc_categorisation > a:eq(9)').addClass('odd');
	$('.widget_wpsc_categorisation > a:eq(11)').addClass('odd');
	$('.widget_wpsc_categorisation > a:eq(13)').addClass('odd');

	$('.offers ul').cycle({ speed: 2000 });
	
	$( '.widget_wpsc_categorisation .shopCat, #slider .shopCat' ).mouseover(function(){
		$( this ).find('div').toggle();
	});
	
	$( '.widget_wpsc_categorisation .shopCat, #slider .shopCat' ).mouseout(function(){
		$( this ).find('div').toggle();
	});
	
});
