$(document).ready(function(){
	$('input').customInput();
	$('.concepta a').lightBox({fixedNavigation:true});
	$('.conceptb a').lightBox({fixedNavigation:true});
});

