Event.observe(window, 'load', function() {

	//applyDropShadows('#frontPage-Shelf a','shadow2');
        //Effect.DropShadow($$('#frontPage-Shelf a'));

        $$('#frontPage-Shelf img').each(function(element) {
            element.addClassName('corner');
            element.addClassName('ishadow30');
        });

        $$('.left-product-image').each(function(element) {
            element.addClassName('corner');
            element.addClassName('ishadow30');
        });

        addCorners();
});
