var collection = {
	setGlobals: function() {
		collectionPhoto = jQuery('img#collection-photo');
		h2 = jQuery('div#collection-content h2');
		backLink = jQuery('a.back-link');
		contentBody = jQuery('div#content-body');
		collectionContentBody = jQuery('div#collection-content-body');
		collectionContent = jQuery('div#collection-content');
		collectionTitle = jQuery('div#collection-title');
	},
	
	setVideo: function() {
		video.init();
	}
	
	//showThumbScroller: function() {
	//	swfobject.embedSWF( "/flash/thumb_scroller.swf", "thumb_scroller", "680", "120", "9.0.0", "flash/expressinstall.swf", flashvarsThm, paramsThm, attributesThm);
	//}
};

jQuery(document).ready(function(){
	//collection.setGlobals();
	collection.setVideo();
	//collection.showThumbScroller();
	
	if(document.location.hash.indexOf('video') != -1) {
		setTimeout(function(){
			video.openLinks.click();
		}, 500);
	}
	
	if (!$('body').hasClass('product-filtering')) {
		$('.gallery_wrapper .image_wrapper:not(.large_image)').equalHeights(175);	
	}
});
