jQuery(document).ready(function(){
   jQuery('.cursosbg') 
	.after('<div class="numbers">') 
	.cycle({ 
    fx:     'fade', 
    timeout: 6000, 
    pager:  '.numbers' 
	});
	$('a.media').media( { width: 205, height: 20 } );
	$("#usual1 ul").idTabs(); 
	$('a[@rel*=lightbox]').lightBox();
	$('.mapa a').lightBox();
	$('.date-pick').datePicker();
});