	$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			/*$("a[rel='example1']").colorbox();
			$("a[rel='example2']").colorbox({transition:"fade"});
			$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
			$("a[rel='example4']").colorbox({slideshow:true});*/
			
			$('#clientList a').colorbox({rel:'group1'});
	 
	
			$("#colorbox").easydrag();
			$("#colorbox").setHandler('cboxTitle');
				// FEATURED CLIENTS ROTATOR
				$(".garff").colorbox({width:"50%", inline:true, href:"#garff"});
				$(".healthnet").colorbox({width:"50%", inline:true, href:"#healthnet"});
				$(".kia").colorbox({width:"50%", inline:true, href:"#kia"});
				$(".yardbirds").colorbox({width:"50%", inline:true, href:"#yardbirds"});
				$(".gillman").colorbox({width:"50%", inline:true, href:"#gillman"});
				$(".cudl").colorbox({width:"50%", inline:true, href:"#cudl"});
				$(".gillman").colorbox({width:"50%", inline:true, href:"#gillman"});
				$(".delmonicos").colorbox({width:"50%", inline:true, href:"#delmonicos"});
				$(".ryland").colorbox({width:"50%", inline:true, href:"#ryland"});
				$(".ancira").colorbox({width:"50%", inline:true, href:"#ancira"});
				$(".lube").colorbox({width:"50%", inline:true, href:"#lube"});
				$(".acton").colorbox({width:"50%", inline:true, href:"#acton"});
				
				
				$(".bbauto").colorbox({width:"50%", inline:true, href:"#bbpopup"});
				
				
				$(".legal").colorbox({width:"50%", inline:true, href:"#legal"});
				$(".contactMap").colorbox({width:"650px", height:"600px", iframe:true}); 
				$(".webinar1").colorbox({width:"628px", height:"525px", iframe:true}); 
				
				
				// IMG modal popups | LT Automotive vertical page, marketing samples, etc
				$(".auto").colorbox({iframe:false});  
					//width:"880px", height:"510px", 
				$('ul.plans a').colorbox({rel:'menuGroup', title:false, slideshow:true, arrowKey:true, overlayClose:true, escKey:true});
				$('ul.marketing a').colorbox({rel:'marketingGroup', title:false, slideshow:true, arrowKey:true, overlayClose:true, escKey:true});


				$(".bergeCustom").colorbox({width:"630px", height:"640px", iframe:true}); 
				});
			
			//Example of preserving a JavaScript event for inline calls.
			/*$("#click").click(function(){ 
				$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
				return false;
			});*/
