
$(document).ready(function() {

	$('#guitar_link2').colorbox({
		href:"jtv59-guitar-popup.php",
		innerWidth:"817px",
		width:"840px",
		innerHeight:"647px",
		height:"715px",
		opacity:".5",
		transition:"fade"
	});
	
	$('#guitar_link3').colorbox({
		href:"jtv69-guitar-popup.php",
		innerWidth:"817px",
		width:"840px",
		innerHeight:"647px",
		height:"715px",
		opacity:".5",
		transition:"fade"
	});
	
	$('#guitar_link1').colorbox({
		href:"jtv89-guitar-popup.php",
		innerWidth:"817px",
		width:"840px",
		innerHeight:"647px",
		height:"715px",
		opacity:".5",
		transition:"fade"
	});
	
	$('#explore_slider').bxSlider({  

		 controls: false,
		 auto: true,
		 speed: 1500,
		 pause: 5500
	 }); 
 
	
	$("#page_content #promo_spot").jCarouselLite({
		start: 0,
        auto: 4000,
        speed: 800,
		btnNext: "#right_button",
		btnPrev: "#left_button",
		visible: 1,
		circular: true,
		afterEnd: function(a) {
			slide_name = a.attr('id');
			$("#promo_name").html(slide_name);
			
			button_name = $(a).find('img').attr('id');
			button_src = 'images/homepage/' + button_name;
            anchor_src = $(a).find('a').attr('href');

			$('#promo_button_image').attr('src',button_src);
			$('#promo_button_image').parent().attr('href',anchor_src);
		}
	});


});

