(function($) {  $(function () {						$("a[rel='colorbox_elastic']").colorbox();			$("a[rel='colorbox_fade']").colorbox({transition:"fade"});			$("a[rel='colorbox_fixed']").colorbox({transition:"none", width:"75%", height:"75%"});			$("a[rel='colorbox_slideshow']").colorbox({slideshow:true});			$('a[rel="colorbox_media-load"]').colorbox({rel:'nofollow', 				info:"<p><span>Please wait for the image to fully display before trying to download&#58;</span><br /><strong>PC USERS</strong>&#58; Right click, select &ldquo;Save Picture As&sbquo;&rdquo; choose directory<br /><strong>MAC USERS</strong>&#58; Click and hold image&sbquo; drag to your desktop</p>",innerWidth:550, innerHeight:550});			$(".colorbox_ajax").colorbox();			$(".colorbox_ajax-comments").colorbox({innerWidth:395, innerHeight:585, iframe:true, scrolling:false, onOpen:function(){				var tabContainers = $('div.tabs div');      				 tabContainers.hide().filter('#photo').show();                	$('div.tabs ul.tabNavigation a').removeClass('selected');                	$('.photo').addClass('selected');                	return false;				}});			$(".colorbox_ajax-spotlight").colorbox({innerWidth:395, innerHeight:610, iframe:true, scrolling:false, onOpen:function(){				//var tabContainers = $('div.tabs div');      				 //tabContainers.hide().filter('#photo').show();                	//$('div.tabs ul.tabNavigation a').removeClass('selected');                	//$('.photo').addClass('selected');                	//return false;				}});			$(".colorbox_swf").colorbox({iframe:true, innerWidth:425, innerHeight:344});			$(".colorbox_iframe").colorbox({width:"80%", height:"80%", iframe:true});			$(".colorbox_vt").colorbox({innerWidth:"650px", innerHeight:"350px", iframe:true});			$(".colorbox_inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});		})})(jQuery);								
