$(document).ready(function () {
	$('#CategoryContent ul.ProductList li:nth-child(4n-0)').addClass('bookend');
	$('#SideProductRelated ul.ProductList li:nth-child(2n-0)').addClass('bookend');
	$('.SubBrandListGrid ul li:nth-child(6n-0)').addClass('vamoosh').prev().addClass('bookend');
	$('#BrandContent ul.ProductList li:nth-child(4n-0)').addClass('bookend');
	$('.SubCategoryListGrid ul li:nth-child(5n-0)').addClass('vamoosh').prev().addClass('bookend');
	$('.SubCategoryListGrid ul li:not(:has(a))').addClass('vamoosh');
	$('ul#specialnav li:last-child a').addClass('last');
	$('#SuggestiveCartContent ul.ProductList li:nth-child(4n-0)').addClass('bookend');
	$('#SideProductRelated ul.ProductList li:nth-child(-n+4)').addClass('show');
	
});