jQuery(document).ready(function() {

jQuery("#container_division").textResize(jQuery("#decrease"), jQuery("#increase"), jQuery("#reset"), {baseFontSize: "1em", maxZoom: .5, steps: 3});
    
});



		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements			
			$(".videobox").colorbox({iframe:true, innerWidth:600, innerHeight:450});
			
			//Example of preserving a JavaScript event for inline calls.
			$("#click").click(function(){ 
				$('#click').css({"background-color":"#2b2b2b", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
				return false;
			});
		});


