/**************************************************
 * PAGE
 **************************************************/

/**************************************************
 * @package webpage
 * @subpackage javascript
 **************************************************/

/**************************************************
 * @author: Roman Matthias Keil
 * @copyright: Roman Matthias Keil
 **************************************************/

/*******************************************************************************
 * $Id: effects.js 1015 2011-07-02 12:07:37Z rrcadmin $ $HeadURL:
 * http://svn.rm-keil.de/rm-keil/webpages/rm-keil.de/Release%20(1.0)/httpdocs/javascripts/functions.js $
 * $Date: 2011-07-02 14:07:37 +0200 (Sat, 02 Jul 2011) $ $Author: rrcadmin $
 * $Revision: 1015 $
 ******************************************************************************/

/**
 * Query lightBox plugin
 */
$(function() {
	$('#picturebrowser a').lightBox();
	$('#picturebrowser_tiny a').lightBox();
	$('#picturebrowser_small a').lightBox();
	$('#picture a').lightBox();
	$('#sidepicture a').lightBox();
	$('.inlinepicture a').lightBox();
});

/**
 * Query videoBox plugin
 */
$(document).ready(function() {
	$(".videobox").jqvideobox( {
		'width' : 800,
		'height' : 600,
		'getimage' : true,
		'thumblin' : true,
		'navigation' : false
	});
});
