

	var $j=jQuery.noConflict();

	$j(document).ready(function() {			

		$j(function(){

			 $j('#select-form').jqTransform({imgPath:'/virtuemart_35689/templates/theme178/images/'});

		});

	});

	



	 $j(document).ready(function(){

			function formatText(index, panel) {

			return index + "";

			}

			$j(function () {

			$j('.anythingSlider').anythingSlider({

			easing: "easeInOutBack",        // Anything other than "linear" or "swing" requires the easing plugin

			autoPlay: true,                 // This turns off the entire FUNCTIONALY, not just if it starts running or not.

			delay: 9000,                    // How long between slide transitions in AutoPlay mode

			startStopped: false,            // If autoPlay is on, this can force it to start stopped

			animationTime: 1000,             // How long the slide transition takes

			hashTags: true,                 // Should links change the hashtag in the URL?

			buildNavigation: true,          // If true, builds and list of anchor links to link to each slide

			pauseOnHover: true,             // If true, and autoPlay is enabled, the show will pause on hover

			startText: "Start",             // Start text

			stopText: "Stop",               // Stop text

			navigationFormatter: formatText       // Details at the top of the file on this use (advanced use)

			});

			$j("#slide-jump").click(function(){

			$j('.anythingSlider').anythingSlider(6);

			});

			});

			

		function sfas(){n=++n<maxN?n:0

		$j('.module_banners .boxIndent')

		.stop()

		.animate({

		left:-step*n}, 1200 , "easeOutBack")};

		var n=0,

		maxN=9,

		step=240,

		timer=setInterval(sfas,7000)

		

		$j('.next').click(function(){

		n=++n<maxN?n:0

		$j('.module_banners .boxIndent')

		.stop()

		.animate({

		left:-step*n

		}, 1200 , "easeOutBack")

		clearInterval(timer); return false;

		timer=setInterval(sfas,7000)

		});

		

		

		$j('.prev').click(function(){

		n=--n>=0?n:maxN-1

		$j('.module_banners .boxIndent')

		.stop()

		.animate({

		left:-step*n

		}, 1200 , "easeOutBack")

		clearInterval(timer);  return false;

		timer=setInterval(sfas,7000)

		});

		$j('.module_banners .boxIndent').hover(function(){clearInterval(timer)},function(){timer=setInterval(sfas,7000)});

	});	

	$j(document).ready(function(){

	    //accordion begin

	    $j("#accordion dt").eq(0).addClass("active");

	    $j("#accordion dd").eq(0).show();

	    $j("#accordion dt").click(function(){

	        $j(this).next("#accordion dd").slideToggle("slow")

	        .siblings("#accordion dd:visible").slideUp("slow");

	        $j(this).toggleClass("active");

	        $j(this).siblings("#accordion dt").removeClass("active");

	        return false;

	    });

	});

		preloadImages([

			'/virtuemart_35689/templates/theme178/images/next-active.png',

			'/virtuemart_35689/templates/theme178/images/prev-active.png',

			'/virtuemart_35689/templates/theme178/images/top-menu-active.gif',

			'/virtuemart_35689/templates/theme178/images/search-button-active.png',

			'/virtuemart_35689/templates/theme178/images/button-active.png',

			'/virtuemart_35689/templates/theme178/images/button1-active.png',

			'/virtuemart_35689/templates/theme178/images/button1.png',

			'/virtuemart_35689/templates/theme178/images/button2-active.png',

			'/virtuemart_35689/templates/theme178/images/Parent-point-active.png',

			'/virtuemart_35689/templates/theme178/images/arrowUp-active.png',

			'/virtuemart_35689/templates/theme178/images/arrowDown-active.png'

			]);

	

