
$().ready(function() {
			

			$('#listado_galeria a.thickbox').fancybox({
				'zoomSpeedIn':	0, 
				'zoomSpeedOut':	200, 
				'overlayShow':	true,
				'overlayOpacity':0.8
			});
						
			$('#eventosCalendarioContainer td.calHighlight a').fancybox({
				'zoomSpeedIn':	0,
				'zoomSpeedOut':	200,
				'frameWidth': 800,
				'frameHeight': 500,
				'overlayShow':	true
			});
			
			$('a.bestenergyfilemanager').fancybox({
				'zoomSpeedIn':	0,
				'zoomSpeedOut':	200,
				'frameWidth': 860,
				'frameHeight': 500,
				'overlayShow':	false
			});
			
			
			$('#gallery_menu .inner').jScrollPane({ 'showArrows':true });
});

function ventanaDialogo() {

			$('.jqueryFileTree LI.upload_file a.file').unbind("click").fancybox({
				'zoomSpeedIn':	0,
				'zoomSpeedOut':	200,
				'frameWidth': 460,
				'frameHeight': 300,
				'overlayShow':	false
			}).unbind("mouseover").hover( function(){ $(this).siblings("a.delete").show() }, function(){ $(this).siblings("a.delete").hide() } );

}
