jQuery.noConflict();

  jQuery(function(){ 

  

    settings = {

            tl: { radius: 10 },

            tr: { radius: 10 },

            bl: { radius: 10 },

            br: { radius: 10 },

            antiAlias: true,

            autoPad: true,

            validTags: ["div"]

        }



    settingsGreenBox = {

            tl: { radius: 3 },

            tr: { radius: 3 },

            bl: { radius: 3 },

            br: { radius: 3 },

            antiAlias: true,

            autoPad: true,

            validTags: ["div"]

        }

	  

    jQuery('.boxWhite').corner(settings);

    jQuery('.smallBrownBox').corner(settings);

    jQuery('.bigBrownBox').corner(settings); 

    jQuery('.redBoxLeft').corner(settings);

    jQuery('.redBoxRight').corner(settings); 

    jQuery('.greenBox').corner(settingsGreenBox); 

    });;

  

    jQuery(document).ready(function(){

	  jQuery('#wrapper').boxShadow('0 0 15px #eaeaea');; 

    }) 

