// <![CDATA[
$(function() {

	// Slider
	$('#coin-slider').coinslider({
		
		spw: 1, // squares per width
		sph: 1, // squares per height
		delay: 6000, // delay between images in ms
		sDelay: 100,
		width:942,
		height:362,
		effect: 'straight', // random, swirl, rain, straight
		navigation: false, // prev next and buttons
		links : false, // show images as links
		opacity:1});
	
	$('#nav1 ul > li a.ms_top, #search span, .wp-pagenavi a, .wp-pagenavi .current').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	
	$('.index .block_box, #centercol .box .content').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});

	$('.index .block_box, #centercol2 .box .content').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});


	$('.index-col2wrap').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});
	
	$('.navigation').css({"border-radius": "4px 4px 4px 4px", "-moz-border-radius":"4px 4px 4px 4px", "-webkit-border-radius":"4px 4px 4px 4px"});
	
	$('.vidstedu').cycle({ 
    fx:     'fade', 
    timeout: 10000,
    random: true, 
    delay:  -2000 
	});

	$('.nyheder').cycle({ 
    fx:     'fade', 
    timeout: 10000,
    random: true, 
    delay:  -2000 
	});
	
});
// ]]>
