$(document).ready(function(){

	$("#refrenceBox").easySlider({
		auto: true,
		continuous: true,
		pause: 6000,
		controlsShow: true
	});


	$('.groupClear').click( function() {
			$(this).toggleClass('open').children(".productBox").slideToggle('fast');
		});
		
});
