$(function() {		if($('#producers').length !=0){		rotateCarousel('#producers','.prev','.next');	}	if($('#accessories').length !=0){		rotateCarousel('#accessories','.prev','.next');	}});
