$(function(){
    $(".backtotop").click(function(){
    $('html, body').animate({scrollTop:0}, 'slow');
});

$('#dialog').jqm();

$("#slideshow").css("overflow", "hidden");
$("ul#slides").cycle({
	fx: 'fade',
	pause: 0,
	prev: '#prev',
	next: '#next'
});

$("table.prisListaTabell tr:odd, table.PriceListBody tr:even").css("background-color", "#cfe8f7");

});

