$(function() {
$('.fades').cycle({ 
	timeout: 5000,
	fx:     'fade',
	random: 1
});
$('#topimages').cycle({ 
	timeout: 5000,
	fx:     'fade',
	random: 1
});
$('#galleryfades').cycle({
    timeout: 5000,
    fx: 'fade',
    random: 1
});
});

$(function() {
	$(".lavaLampBottomStyle").lavaLamp({
		fx: "backout",
		speed: 1200,
		click: function(event, menuItem) {
		}
	});
});

$(function () {
	 $(".maincat").hover( 
      function () { 
        $(this).children().stop().animate({marginTop: "114px"}, 300 ); 
      }, 
      function () { 
        $(this).children().stop().animate({marginTop: "151px"}, 300 );
      } 
    );
});

$(function () {
	 $(".productthumb").hover( 
      function () { 
        $(this).children().stop().animate({marginTop: "55px"}, 300 ); 
      }, 
      function () { 
        $(this).children().stop().animate({marginTop: "95px"}, 300 );
      } 
    ); 
});
