$(document).ready(function(){

/* Show jQuery is running */

$('#map').zoommap({
		// Width and Height of the Map
		width: '552px',
		height: '452px',
			
		//Misc Settings
		blankImage: '/images/clear.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		
		//ids and classes
		zoomClass: 'zoomable',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		
		//Return to Parent Map Link
		showReturnLink: true,
		returnId: 'returnlink',
		returnText: 'return to campus map',
		
		//Initial Region to be shown
		map: {
			id: 'campus',
			image: '/images/map-ms.jpg',
			data: '/agency-list.php'
		}
	});
/*
$('#sliderbx').bxSlider({
	mode: 'fade',
	auto: 'true',
	speed: 1500,
	pause: 3500,
	width: 573,
	controls: false,
	wrapper_class: 'outer'
});
*/

    $('#sliderbx').cycle({
		fx: 'fade',
    	speed:  1500
	});


$("a.zoom").fancybox();

	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 648,
		'frameHeight': 266
	});
	
	$("#videoview").fancybox({
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

$("a.gallery-media").fancybox();

});


