(function($) {
$('#home-slides').ready(function(){
	$('#home-slides').slides({autoStart:true, speed : 750, pause : 10000, slideWidth : 960, slideHeight: 308, slideMsg: false });	
	$('#tabs').tabs();
	$('#itabs').tabs({ idPrefix: 'ui-tabs-primary' });
});
$(document).ready(function () {
	$('.group a').lightBox({fixedNavigation:true});
});
})($QM || jQuery);
