// Element Assignments
			$(document).ready(function(){
				// Assign the lightbox event to elements
				$(".boxa").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxb").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxc").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxd").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxe").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxf").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxg").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxh").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxi").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxj").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxk").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxl").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxm").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxn").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxo").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxp").lightbox({width:"664px", height:"560px", iframe:true});
				$(".boxq").lightbox({width:"760px", height:"560px", iframe:true});
				$(".boxz").lightbox({width:"980px", height:"600px", iframe:true});
			});
