
	/*******************************/
	/* noConflict
	/*******************************/
	var $j = jQuery.noConflict();

	$j(document).ready(function(){
	
	/*******************************/
	/* Sliders
	/*******************************/	    

		$j('#productslider').easySlider({
			controlsBefore:	'<p id="controls">',
			controlsAfter:	'</p>',	
			vertical:			false,
			speed: 				500,
			pause:				4200,
			auto:				true,
			prevId: 'prevBtnPs',
			nextId: 'nextBtnPs',
			prevClass: 'prevBtnHor',
			nextClass: 'nextBtnHor',
			prevText: 		'.',	
			nextText: 		'.',
		});



		/*
		   $j('#fader').innerfade({
		    animationtype: 'fade', 
		    speed: 1000, 
		    timeout: 6000, 
		    type: 'random_start', 
		    containerheight: '120px' 
		   }); 
		 
		*/
 
	});

