/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



img.lazy {
       width: 200px;
       height: 200px;
       display: block;

      /* optional way, set loading as background */
      background-image: url('/WEB/IMG/loader.gif');
      background-repeat: no-repeat;
      background-position: 50% 50%;
}
