// JavaScript Document
// DOM BÖRJAR
$(function(){
		   
  $('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	 timeout: 9000,
	     random: 1   
	 
	
	 //autostop:1,
	 //autostopCount: 4  
	});		   
		   
		   
		   
//$('#bg') 
  //  .livequery(function(){ 
	//$('#bg').jScrollPane({showArrows:true, scrollbarWidth:23;});

//});


//$('#bg').backOpacity({
//background: '#666',
//opacity: '0.1'
//});
		   
		
$('.menyitem a').hover(function() {
 $(this).addClass('meny-hover');
}, function() {
  $(this).removeClass('meny-hover');
});

$('.menyitemmeny').hover(function() {
  $(this).addClass('meny-hover2');
}, function() {
  $(this).removeClass('meny-hover2');
});



$('.aktuellttext').ThreeDots({max_rows:1});



//$('.btnVal').corner("3px;");





});// DOM SLUTAR







