$(document).ready(function () {
	
   $('.slide_left').show("slow");


    // Animation complete.
  }); 

