<!--
window.addEvent('domready', function() {
var opt = {
    slides: 'qslide3',
    duration: 1800,
    delay: 3000, 
    auto:true,
    direction: 'v',
    transition:Fx.Transitions.Quart.easeIn,
	
	// UNCOMMENT CODE HIERONDER ALS JE BUTTONS WILT TONEN
    // buttons: {next:'go-next2',prev:'go-prev2',play:'play',stop:'stop'},
	buttons: {},
    
	onMouseEnter: function(){
	// UNCOMMENT CODE HIERONDER ALS JE BUTTONS WILT TONEN
	//  var el = $('qscroller3-nav');
	//  el.effects({
	//	duration:500,
	//	transition: Fx.Transitions.linear
	//  }).start({
	//	bottom:[-el.getStyle('height').toInt(),-1],
	//	opacity:[0.8,0.8]
	//  });
    },
    onMouseLeave: function(){
	// UNCOMMENT CODE HIERONDER ALS JE BUTTONS WILT TONEN
	//  var el = $('qscroller3-nav');
	//  el.effects({
	//	duration:500,
	//	transition: Fx.Transitions.linear
	//  }).start({
	//	bottom:[-1,-el.getStyle('height').toInt()],
	//	opacity:[0.8,0.8]
	//  });
    }
  }
  var scroller = new QScroller('qscroller3',opt);
  scroller.load();
});
//-->
