/* Author: Cahoona

*/


$(function() {
    function image_resize() {$('div.fixed').css({'height': window.innerHeight+'px'})}
    image_resize();
    $(window).resize(image_resize);
})

$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$(".group1").colorbox({rel:'group1'});
});
