$(document).ready(function(){

	$("a.#iframe").fancybox({
		'width' : '100%',
		'height' : '100%',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'iframe' : true
	});
   
   
    $("a.#tweetbox").fancybox({
		'width' : 290,
		'height' : 470,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'iframe' : true
	});
    
     $("a.#fbfeed").fancybox({
		'width' : 320,
		'height' : 610,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'iframe' : true
	});
    
    $("a.#youtube_test").fancybox({
		'width' : 650,
		'height' : 515,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'iframe' : true
	});
    
    $("a.#share").fancybox({
		'width' : 650,
		'height' : 515,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'iframe' : true
	});
   
 
});
