$('#orderBtn, .colorbox').colorbox({'transition':'fade', 'speed':500, 'width':470, 'height':485, iframe:true,
	onOpen:function(){ $('#banners iframe').hide();$('object').hide(); },
	onClosed:function(){ $('#banners iframe').show();$('object').show(); }
});

$('.book-now').colorbox({'transition':'fade', 'speed':500, 'width':625, 'height':450, iframe:true,
	onOpen:function(){ $('#banners iframe').hide();$('object').hide(); },
	onClosed:function(){ $('#banners iframe').show();$('object').show(); }
});


$('#maisturismonews .register a').colorbox({'transition':'fade', 'speed':500, 'width':590, 'height':680, iframe:true,
	onOpen:function(){ $('#banners iframe').hide();$('object').hide(); },
	onClosed:function(){ $('#banners iframe').show();$('object').show(); }
});
/*
$('#maisturismonews-news').each(function(){
				if ($('#maisturismonews-news ul').height() > $('#maisturismonews-news-mask').height()){
					// can't show all news - create scroller
					var $news = $('#maisturismonews-news');
					$news.append('<a href="#" class="up"></a><a href="#" class="down"></a>');
								$('a.up',$news).hide();
					
					var scrollerTimeout;
					var topP = 0;
					var step = 2;
					var speed = 100;
					var maxScroll = $('#maisturismonews-news-mask').height()-$('#maisturismonews-news ul').height();
					$('a.up, a.down',$news).hover(function(){
						$('#stop_scrollercontrol').mouseover(function(){   $('#maisturismonews-news-mask').PauseScroller();  });
						$this = $(this);
						scrollerTimeout = setInterval(function(){
							topP = $this.hasClass('up') ? topP+step : topP-step;
							$('a.up, a.down',$news).show();
							if(topP>=0){
								topP=0;
								$('a.up',$news).hide();
							} else if(topP<=maxScroll){
								topP=maxScroll
								$('a.down',$news).hide();
							}
							//$('.news ul',$news).css('top',topP+'px');
							$('#maisturismonews-news-mask').scrollTop(topP*-1);
						},speed);
					},function(){
						clearInterval(scrollerTimeout);
					});
					
				}

});
*/
$('#maisturismonews-news').each(function(){
				if ($('#maisturismonews-news ul').height() > $('#maisturismonews-news-mask').height()){
					// can't show all news - create scroller
					var $news = $('#maisturismonews-news');
					$news.append('<a href="#" class="up"></a><a href="#" class="down"></a>');
								$('a.up',$news);
					
					var scrollerTimeout;
					var topP = 0;
					var step = 2;
					var speed = 5;
					var maxScroll = $('#maisturismonews-news-mask').height()-$('#maisturismonews-news ul').height();
					$('a.up, a.down',$news).hover(function(){
						$('#maisturismonews-news-mask').PauseScroller();
						$this = $(this);
						scrollerTimeout = setInterval(function(){
							topP = $this.hasClass('up') ? topP+step : topP-step;
							//$('a.up, a.down',$news).show();
							if(topP>=0){
								topP=0;
								//$('a.up',$news).hide();
							} else if(topP<=maxScroll){
								topP=maxScroll
								//$('a.down',$news).hide();
							}
							//$('.news ul',$news).css('top',topP+'px');
							$('#maisturismonews-news-mask').scrollTop(topP*-1);
						},speed);
					},function(){
						clearInterval(scrollerTimeout);
					});
					
				}

});

