/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			
			$(".example5").colorbox();
			$(".video").colorbox({iframe:true, innerWidth:480, innerHeight:390});
			$(".newsletter").colorbox({width:"60%", height:"75%", iframe:true});
			$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});
			
		});
