/*
Optendo CMS v0.1
c2010 wolfgang.rein@inode.at
/include/optendo.js
*/

$(document).ready(function(){
	/* easyslider */
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		numeric: false,
		pause: 4000,
		speed: 1000,
		controlsShow: true,
		prevId: 'prevBtn',
		prevText: '',
		nextId: 'nextBtn',
		nextText: ''
		});
	/* FancyBox */
	$('a.zoom').fancybox({
		'padding': 0,
		'transitionIn': 'elastic',
		'transitionOut': 'elastic',
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500,
		'overlayColor': '#000000',
		'overlayOpacity': 0.5,
		'overlayShow': true,
		'titlePosition': '".$CONFIG["gal_title"]."'
		});
	/* SmoothScroller */
	$.smoothAnchors('normal');
	});




