$(function(){$('#container-1 > ul').tabs({ fx: { opacity: 'toggle' } });});
$(document).ready(function()
{
    DD_roundies.addRule('.roundLink', 8, true);
    DD_roundies.addRule('#newsletter', 8, true);
    DD_roundies.addRule('#search', 8, true);
    DD_roundies.addRule('#reviewsNav', 3, true);
    DD_roundies.addRule('#sortNav', 3, true);
    DD_roundies.addRule('#backWrapper', 3, true);

    $('.inputClear').click(function(){this.value = ""});
	fontResizer('11px','12px','13px');		
    $("#calloutRow a").hover(
        function(over){$(this).animate({opacity: .8},"fast");}, 
        function(out){$(this).animate({opacity: 1},"fast");}
    ); 
});