$(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: 4,
		speed: 1000,
		scroll: 4
	});

	$("#featured2").jCarouselLite({
      	btnNext: ".2next",
      	btnPrev: ".2prev",
		visible: 4,
		speed: 1000,
		scroll: 4
	});

	$("#featured3").jCarouselLite({
      	btnNext: ".3next",
      	btnPrev: ".3prev",
		visible: 4,
		speed: 1000,
		scroll: 4	
	});

	$("#featured4").jCarouselLite({
      	btnNext: ".4next",
      	btnPrev: ".4prev",
		visible: 4,
		speed: 1000,
		scroll: 4	
	});

	$("#featured5").jCarouselLite({
      	btnNext: ".5next",
      	btnPrev: ".5prev",
		visible: 4,
		speed: 1000,
		scroll: 4	
	});

	$("#featured6").jCarouselLite({
      	btnNext: ".6next",
      	btnPrev: ".6prev",
		visible: 4,
		speed: 1000,
		scroll: 4
	});

	$('#search input#keywords-t').attr({
		value: "Keywords"
	});
		$('#search input#product-id').attr({
		value: "Product Code"
	});

	$('#search input#keywords-t').click(function() {  $('#search input#keywords-t, #search input#product-id').val("") });
	$('#search input#product-id').click(function() {  $('#search input#keywords-t, #search input#product-id').val("") });

	$("#tertiary-links").insertAfter("#secondary-links");
	$("#latest-news").insertAfter("#tertiary-links");
	$("<div id='advanced-search') 0 bottom repeat-x\"><a href='/search.html'>advanced search</a></div>").insertAfter("#tertiary #search fieldset.submit");
	
	$('#header .inner-content').append("<div id='top-email') 0 bottom repeat-x\"><a href='mailto:sales@execugifts.com.au'><img src='/static/sitefiles/email-top.png'></a></div>");
	//$('#header .inner-content').append("<div id='top-rss') 0 bottom repeat-x\"><a href='#'><img src='/static/sitefiles/rss.png'></a></div>");
	//$('#header .inner-content').append("<div id='top-twitter') 0 bottom repeat-x\"><a href='#'><img src='/static/sitefiles/twitter.png'></a></div>");
	//$('#header .inner-content').append("<div id='top-facebook') 0 bottom repeat-x\"><a href='#'><img src='/static/sitefiles/facebook.png'></a></div>");
	$('#header .inner-content').append("<div id='top-login') 0 bottom repeat-x\"><a href='/login.html'><img src='/static/sitefiles/login.png'></a></div>");

	$("#associations").insertAfter("#featured3");

	$("#product .pdv-body").insertBefore("#breadcrumbs");

});
