jQuery.noConflict();

/* Newsletter */

jQuery(document).ready(function() {

	jQuery(".sizeChartPop").fancybox({
		'width'				: 765,
		'height'			: 700,
		'padding'			: 0,
        'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'titleShow'         : false
	});

});



