		$(document).ready(function(){

			fade_bg();
			
			slide_site();
			
			center_content();
			
			$(window).resize(function(){
				center_content();
			});
			
		   $("a.image_zoom").fancybox({
		        'zoomOpacity': true,
		        'overlayShow': false,
		        'zoomSpeedIn': 500,
		        'zoomSpeedOut': 500
		        }); 
		        
		        
			// brands_rotator();


		});
