	$(function () {
			var tabContainers = $('div.tabs > div');
			tabContainers.hide().filter(':first').show();
			
			$('div.tabs ul.tabNavigation a').click(function () {
				tabContainers.hide();
				tabContainers.filter(this.hash).show();
				$('div.tabs ul.tabNavigation a').removeClass('selected');
				$(this).addClass('selected');
				return false;
			}).filter(':first').click();

            $('div.tabs ul.tabNavigation a, div.tabs span a').click(function () {
                tabContainers.hide();
                tabContainers.filter(this.hash).show();
                $('div.tabs ul.tabNavigation a').removeClass('selected');
				$('div.tabs ul.tabNavigation a[href$='+this.hash+']').addClass('selected');
				// $(this).addClass('selected');
                  return false;
                });
		});

	$(document).ready(function(){
				$(".colorbox_photos").colorbox({width:"720", height:"552", iframe:true});
				$(".colorbox_audio").colorbox({width:"550", height:"550", iframe:true});
				$(".colorbox_video").colorbox({width:"660", height:"417", iframe:true});
				$(".colorbox_map").colorbox({width:"700", height:"550", iframe:true});
			});
jQuery(document).ready(function() {
	jQuery('.clearField').clearField();
});
