$(document).ready(function() {

	jQuery('#featured li').css('display','block');
	jQuery('#featured2 li').css('display','block');
	jQuery('#featured3 li').css('display','block');
	jQuery('#featured4 li').css('display','block');
	jQuery('#featured5 li').css('display','block');
	jQuery('#featured6 li').css('display','block');

	$("#featured").jCarouselLite({
      	btnNext: ".next",
      	btnPrev: ".prev",
		visible: 5,
		speed: 1000,
		scroll: 5
	});

	$("#featured2").jCarouselLite({
      	btnNext: ".2next",
      	btnPrev: ".2prev",
		visible: 5,
		speed: 1000,
		scroll: 5
	});

	$("#featured3").jCarouselLite({
      	btnNext: ".3next",
      	btnPrev: ".3prev",
		visible: 5,
		speed: 1000,
		scroll: 5	
	});

	$("#featured4").jCarouselLite({
      	btnNext: ".4next",
      	btnPrev: ".4prev",
		visible: 5,
		speed: 1000,
		scroll: 5	
	});

	$("#featured5").jCarouselLite({
      	btnNext: ".5next",
      	btnPrev: ".5prev",
		visible: 5,
		speed: 1000,
		scroll: 5	
	});

	$("#featured6").jCarouselLite({
      	btnNext: ".6next",
      	btnPrev: ".6prev",
		visible: 5,
		speed: 1000,
		scroll: 5
	});


	$('#top-search input#keywords').attr({
		value: "Search a product here"
	});

	$('#top-search input#keywords').click(function() {  $(this).val("") });

	$("#meta").insertAfter("div.globalfooter");

	//$("#tab-links").insertAfter("#category-nav .inner-box");

	$("#secondary-links").insertAfter("#tertiary-links");

	$('#product #submits').prepend ("<div id='quotetext' style=\"color:#fff;) 0 bottom repeat-x\">For a complete quotation including <b>Artwork, Screen Charges and Delivery</b> please click the add button and submit your enquiry<p>**For printed items, we reserve the right to supply and invoice plus or minus 10% of the quantity ordered.</div>");



});
