$(document).ready(function() {

	// handler for price opendiv
	$('.opendiv').click(function() {
		$(this).next('div').toggle();
	});

    $('.lightbox a').lightBox();
	
});
