$(document).ready(function() {
  $('#slideshow').cycle({
    width: '900',
    height: '350',
    timeout:  5000,
    speed: 1000
  });
  $('#header #utility .e2ma_signup_form_element input:first-child').focus(function(){
    $(this).css({backgroundPosition: "0 -25px"});
  });
  $('#header #utility .e2ma_signup_form_element input:first-child').blur(function(){
    $(this).css({backgroundPosition: "0 0"});
  });
  $('#shopp .gallery ul.previews li:nth-child(2)').css("display","none");
  $('#shopp .gallery ul.previews li:nth-child(3)').addClass('active');
});
