$(document).ready(function(){
	$('#try-1').click(function(e) {

	$('#buy-all-bran-popup').lightbox_me({
		centered: true, 
		onLoad: function() { 

			$('#buy-all-bran-popup').find('input:first').focus()
			}
		});
		e.preventDefault();
	});
});
