$(document).ready(function()  
{ 

  $("#products li div.right_col div.image").thumbPopup({
    imgSmallFlag: "files/100/",
    imgLargeFlag: "files/200/"
  });

  //$('.wt-rotator .thumbnails li.curr-thumb').corner("10px");
  //$('.wt-rotator .thumbnails li').corner("10px");

	$('#orderLoginForm legend').click(function() {
		$('#orderLogin').toggle('slow');
		$('#orderPasswordRecoverForm').toggle('slow');
	});
	
	$('#orderRegisterForm legend').click(function() {
		$('#orderRegisterForm div').toggle('slow');
		$('#orderRegisterForm fieldset').toggle('slow');
	});
	
});

