// PROTOTYPE //
 Event.observe(window, 'load', function() {
	if ($('productbrowser')) {
		$('productbrowser').style.overflow = 'hidden'; //Overflow auto fix for IE8
	}
	AC.ProductBrowser.init({
		categories: [
			//{ 0 },
			//{ 0.327 },
			//{ 0.605 },
			//{ 1.000 }
			{ id: 'pb-cat1', offset: 0 },
			{ id: 'pb-cat2', offset: 0.20 },
			{ id: 'pb-cat3', offset: 0.82 },
			{ id: 'pb-cat4', offset: 1.000 }
		],
		imageOverlap: 0,
		sliderCentering: 218,
		initialCategory: 0,
		arrowScrollAmount: 0.18,
		iPhoneCategories: [
			{ id: 'pb-cat1', offset: 0.0 },
			{ id: 'pb-cat2', offset: 0.30 },
			{ id: 'pb-cat3', offset: 0.70 },
			{ id: 'pb-cat4', offset: 1 }
		],
		iPhoneScrollAmount: 0.278,
		iPhoneContainerWidth: 804
	});
 }, false);

	document.write('<style type="text/css" media="screen">#pb-productbrowsercontainer { overflow: hidden; }<\/style>');

