$("a.grouped_elementz").fancybox({
'transitionIn'  :       'fade',
 'transitionOut' :       'fade',
'speedIn'               :       600, 
'speedOut'              :       200, 
'overlayShow'   :       true,
'overlayOpacity':	0.5,
'overlayColor':	'#000',
'titlePosition'		:	'inside',
'cyclic': true
});

$("a.grouped_elementz_ns").fancybox({
'transitionIn'  :       'fade',
 'transitionOut' :       'fade',
'speedIn'               :       600, 
'speedOut'              :       200, 
'overlayShow'   :       true,
'overlayOpacity':	0.5,
'overlayColor':	'#000',
'titlePosition'		:	'inside',
'autoScale'	:	false,
'cyclic': true
});


//$("button").click(function () {
//$("p").toggle("slow");
//});    





