
			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				
				$(".reserve").colorbox({width:"500", height:"85%", iframe:true});

				});
			
