

/* Initialise when the DOM is ready
-------------------------------- */
BTT.IE.runAjaxAndLightboxes = false;
$(document).ready(function(){
	BTT.IE.fixInheritedMarginBug();
	BTT.IE.fixInputWidths();
	BTT.IE.fixPNGs();
	BTT.IE.fixHiddenElements();
	if($('#lensParent').length > 0){
		BTT.Lens.ieRollover();
	}
});

