$(function(){
	var fotografit = $('.ballina img:gt(0)').hide();
	var shpejtesia = 6000/2-1000;
	setInterval(function() {
	$('.ballina :first-child').fadeOut()
	   .next('img').fadeIn()
	   .end().appendTo('.ballina');},
	 shpejtesia);
});
