$(function() {
	var options =
	{
		zoomWidth: 250,
		zoomHeight: 250,
		zoomType:'reverse',
		showEffect:'fadein',
		hideEffect:'fadeout',
		fadeinSpeed:'slow',
		fadeoutSpeed:'slow',
		title:false
	}
    $(".jqzoom").jqzoom(options);
});

jQuery(document).ready(function() {
	jQuery('#relativeproducts').jcarousel({
		scroll: 4
	});
});


$(function() {
	$('#login').click(function(e) {
		e.preventDefault();
		$.nyroModalManual({
			bgColor: '#ffffff'
		});
		return false;
	});
});

$(document).ready(function () {								
	$('.EditingFormErrorLabel').css("display","none").parent().addClass("errorBizForm"); 
	$(".EditingFormTable").attr("cellpadding","0").attr("cellspacing","0");	
});