$(document).ready(function() {

$('#slideshow').cycle({ 
    fx:      'fade', 
    speed:    500, 
    timeout:  4000 
});

$("a.group").fancybox({
		 
	'zoomOpacity': false,
		'overlayShow':		true
	});


$("a#inlinee").fancybox({
	'hideOnContentClick': false,
	'frameHeight':		397,
	'frameWidth':		700,
	 caption:   false
	});

$('div.mmedia a').media();

});

