// JavaScript Document - Preload alll css images first
 $(document).ready(function(){
 	 $.preloadCssImages();
	 });
