$(window).load(function() {
    new ElementMaxHeight();
    $('#slider .cs-buttons a').css({'opacity':0.0});
});
$(document).ready(function(){
	$('#coin-slider').coinslider({
		width: 564, // width of slider panel
		height: 86, // height of slider panel
		spw: 10, // squares per width
		sph: 5, // squares per height
		delay: 6000, // delay between images in ms
		sDelay: 30, // delay beetwen squares in ms
		opacity: 0.0, // opacity of title and navigation
		titleSpeed: 500, // speed of title appereance in ms
		effect: 'random', // random, swirl, rain, straight
		navigation: false, // prev next and buttons
		links : false, // show images as links
		hoverPause: true // pause on hover
	});
});


