$(document).ready(function(){
	$("#VidskiptavinirSlide").cycle();
	$("#VidskiptavinirSlide img").each(function(){
		if ($(this).width() > 187) { $(this).width(187); }
		if ($(this).height() > 58) { $(this).height(58); }
	});
});

