$(document).ready(function(){
	
	$("a.thumbnail").colorbox({transition:"fade"});
	$('#username').focus();
});
