jQuery(document).ready(function () {
//	var jQglobal = jQuery.noConflict();
	var conf = {
		APIKey: '2_ndj9yME-wHtuQ_uispy7DIjOnaSb24NOSJIBV37xDwC0TxVu1pQNnRPv9rkiql16'
	};
	$('#carousel').infiniteCarousel({
		displayTime: 5000,
		textholderHeight: .15,
		displayProgressBar: 0,
		transitionSpeed: 1000,
		displayThumbnailBackground: 0
	});
	try {
		Typekit.load();
	} catch (e) {}
	$(".post img").lazyload({
		effect: "fadeIn"
	});
	$('#s').focus(function () {
		if ($(this).val() == 'Buscar en Atomix') $(this).val('');
	});
	$('#s').blur(function () {
		if ($(this).val() == '') $(this).val('Buscar en Atomix');
	});
});
