window.addEvent('domready', function(){
			
			/*$('contentInside').setStyle('opacity','0'); //set opacity.
			$('contentInside').fade('in'); //Fades "myElement" in.*/
			
			$$('.borderB').setStyle('opacity','0'); //set opacity.
			$$('.borderB').fade('in'); //Fades "myElement" in.							 

});
				


