jQuery(document).ready(function($){
	
	// ColorBox Stuffs
	$("a[rel='promo']").colorbox({current:false, previous: false, next:false, rel:'nofollow', width: '650px', height: '580px'});
	$("a[rel='lightbox']").colorbox({current:false, previous: false, next:false, rel:'nofollow', width: '650px', height: '580px;'});
}); 
