		$(document).ready(function(){
			$(".colorbox").colorbox({transition:"elastic", maxHeight:"85%", maxWidth:"85%", current:"Image {current} of {total}", opacity:"0.75"});
			$(".googlemap").colorbox({transition:"elastic", height:"75%", width:"75%", iframe:true, opacity:"0.75"});
			$(".entercompetition").colorbox({transition:"elastic", height:"580px", width:"600px", iframe:true, opacity:"0.75"});
			$(".cboxsend2friend").colorbox({transition:"elastic", height:"580px", width:"600px", iframe:true, opacity:"0.75"});
		});