﻿$(document).ready(function() {
    /*$('.fadeThis').hover(
        function() {
            $(this).animate({ backgroundColor: '#333333', color:'#999999' }, { queue: false, duration: 500 });
        }, function() {
            $(this).animate({ backgroundColor: '#222222',color:'#999999' }, { queue: false, duration: 500 });
        });
	*/
	
    //$('#celLabImage').fadeIn(3000);

//    $('#catalogTitle').show("slow");
	
	//$('.myCorner').corner();
});


