// JavaScript Document

		// DOC READY
		$(document).ready(function(){
			
			$(".colorbox").colorbox({scrolling:false,opacity:.5});
		
			$(".inline").colorbox({scrolling:false,opacity:.5,inline:true,href:"#"});
			
			$(".tool").colorbox({width:"700px", height:"420px", iframe:true, iframe:true});

			$(".video").colorbox({width:"700px", height:"450", iframe:true, iframe:true});
			
		}); // End Ready Function	
		
// Example Usage : <a class="colorbox cboxElement" href="http://www.examplelink.com">View Link  In a Colorbox </a>
