jQuery.noConflict();
(function($) {
	$(document).ready(function(e) {
		$(".jvm_teaser_container").each(function(index){
			if(index > 0 && !$(this).prev().hasClass("ce_text")) $(this).css("padding-left", 0);
		});
		setTimeout(function(){
			$("#mbBottom").height(50);
			$("#mbCloseLink").css("background", "url(../img/closebox.png) no-repeat 0 0").height(30);
		}, 1000);
	});
})(jQuery); 
