//FUNCTII
	function adjustContentHeight(){
		(".padContent").each(function(){
		})
	}

$(document).ready(function() {
	$("#headerBanners a img").each(function(){											
					  						$(this).attr("style", " ");
					 					})
	$("#headerBanners img").each(function(){
					  						$(this).attr("style", " ");											
					 					})
});
