$(function(){

	//clean up empty divs
	var $desc1 = $('.ContentType_ImageGallery_description');
	if($.trim($desc1.text()) == ""){
		$desc1.remove();
	}
	var $desc2 = $('.ContentType_ImageGallery_descriptionBottom');
	if($.trim($desc2.text()) == ""){
		$desc2.remove();
	}

	/*
	$('.rotateBanners').rotateBanners({
		caption: 'More Info',
		captionAutoLink: true
	});
	*/
	$('#engineSpecials').paginationBox({
		title: 'Engine Specials'
	});
	$('#newEngines').paginationBox({
		title: 'New Engines'
	});
	$('#usedEngines').paginationBox({
		title: 'Used Engines'
	});
	$('#featuredProducts').paginationBox({
		title: 'Featured Products'
	});
	$('#superSpecials').paginationBox({
		title: '* * * * * * * * * * * * * * * * * * * * * * * * * * Christmas Specials * * * * * * * * * * * * * * * * * * * * * * * * * *' 
	});
});
