jQuery.noConflict();jQuery(document).ready(function(){jQuery('img.round').click(function(){jQuery(this).parent('.tinfo').children('.qinfo').toggle();return false;});jQuery('.ithumbs li a').click(function(){jQuery(this).parent('li').children('.iinfo').toggle();return false;});jQuery(document).click(function(){jQuery('.qinfo').hide();jQuery('.iinfo').hide();});jQuery('a[href*=gif] img, a[href*=jpg] img, a[href*=jpeg] img, a[href*=png] img, a[href*=tif] img,').each(function(){jQuery(this).hover(function(){jQuery(this).stop().animate({opacity:0.8},400);},function(){jQuery(this).stop().animate({opacity:1.0},400);});});jQuery('.action_one .widget:last, .action_two .widget:last, .main_one_full .widget:last, .main_two_one .widget:last, .main_two_two .widget:last, .footer_one .widget:last, .footer_two .widget:last').css('border','0');jQuery(".tabswitch ul li:first").addClass("active");jQuery(".tabswitch div.tab-container:first").show();jQuery(".tabswitch ul li").click(function(){jQuery(".tabswitch div.tab-container").hide();jQuery(".tabswitch ul li").removeClass("active");var tab_class=jQuery(this).attr("class");jQuery(".tabswitch div."+tab_class).show();jQuery(".tabswitch ul li."+tab_class).addClass("active");});});
