$(document).ready(function(){
	$('a.iframe').lightBox({imageLoading: 'wp-content/themes/brandt/js/jquery-lightbox/images/lightbox-ico-loading.gif',
	imageBtnClose: 'wp-content/themes/brandt/js/jquery-lightbox/images/lightbox-btn-close.gif',
	imageBtnPrev: 'wp-content/themes/brandt/js/jquery-lightbox/images/lightbox-btn-prev.gif',
	imageBtnNext: 'wp-content/themes/brandt/js/jquery-lightbox/images/lightbox-btn-next.gif'});
});


