var $j = jQuery.noConflict();

$j (document).ready(function() {
														 
	$j("#twitter_container").getTwitter({
		userName: "ArrowComputers",
		numTweets: 3,
		loaderText: "Loading tweets...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "Latest Tweets",
		showProfileLink: false,
		showTimestamp: true
	});
	
	$j('.single_product_display .imagecol a').colorbox({rel:'prod-slideshow'}) 
	$j("td.wpsc_checkout_form_19").next().addClass('check');
	$j("td.wpsc_checkout_form_19 label").append('<br /><a href="/terms-conditions/" title="Read the Terms and Conditions" rel="external">read here</a>');
	
	$j('.colorbox').colorbox();
														 
	$j('a[rel="external"]').click(function(){ 
		this.target = "_blank";
	});
	
	$j('#nav ul').superfish({
		hoverClass: 'sfHover',
		delay: 100,
		animation: {opacity:'show'},
		speed: 'normal'
	}); 

	
	$j(".wpsc_categorisation_group li.slidey").accordion({ 										 
		event: "click",
		active: true,
		animated: 'slide',
		collapsible: true,
		autoHeight: false,
		header: '> span'
	});
	
	
	$j.featureList(
		$j("#tabs li a"),
		$j("#output li"), {
		start_item	:	1
	});
	
	
	$j('#brands-slider ul').jcarousel({
		scroll: 1,
		auto: 3,
		wrap: "circular",
		animation: "slow"
	});
	

			
});
