﻿$(document).ready(function(){
	
	if(jQuery.browser.mozilla){		
		$(".left_bot,.right_bot").css('margin-top', '0px');
	}
	
    $("#cityclicker").click(function(){
		$("#cityselector").toggle(500, "swing");
	});
	
	$('.scrolltext').crawlLine({
		 speed:3,
		 crawElement: '.scrollmove'
		 /*textElement: 'p',
		 hoverClass: 'viewText'*/
	 });
});
