$(document).ready(function(){
	selectSizeSelectbox();
	initSlideshow();
});

function selectSizeSelectbox(){
	$('#winkeltype').selectbox();
}

function initSlideshow() {
	$('#foto').cycle({
		fx:     'fade',
		timeout: 2500,
		speed:	 4000
	});
}

