﻿$(document).ready(function(){$("ul.thumb li").hover(function(){$(this).css({'z-index':'100'});var popImage=$(this).attr("img");$(this).find('img').attr({src:popImage}).addClass("hover").stop().animate({marginTop:'-110px',marginLeft:'-110px',top:'50%',left:'50%',width:'235px',height:'170px',padding:'0'},50)},function(){$(this).css({'z-index':'1'});var originalImage=$(this).find('img').attr("alt");$(this).find('img').removeClass("hover").stop().animate({marginTop:'0',marginLeft:'1',top:'0',left:'0',width:'180px',height:'116px',padding:'0'},400).attr({src:originalImage})});$('#mainimage').cycle({fx:'shuffle',delay:-8000})});