$(function() {
	// image handler additional images hover effect
	$('a[rel^=lightbox]').lightBox({
		imageLoading: '/images/waveriderdesign/lightboxes/loading.gif',
		imageBtnClose: '/images/waveriderdesign/lightboxes/closelabel.gif',
		imageBtnPrev: '/images/waveriderdesign/lightboxes/prevlabel.gif',
		imageBtnNext: '/images/waveriderdesign/lightboxes/nextlabel.gif',
		containerResizeSpeed: 250
	});

	$('.add_02 img, .purch_03 img').each(function() {
		var $this = $(this);
		$this.qtip({
			content: {text: '<img  src="' + $this.attr('rel') + '" />', title: {text: $this.attr('alt')}},
			position: {target: 'mouse', corner: {tooltip: 'bottomLeft'}, adjust: {screen: true}},
			show: {delay: 0, effect: {length: 0}},
			style: {tip: true, width: {max: 500}, border: {width: 0}, title: {'background-color': '#FFF'}}
		});
	});
});
