/*var itemsarray = [];
$(".fade img").each(function() {
	var items = $(this).width() / -2;
	itemsarray.push(items);
});
$.each(itemsarray, function(n, val) {
	$(".fade img").css("margin-left", val);
});*/

/*var imageWidth = $(".fade img").width() / -2;
alert(imageWidth);*/
//$(".fade img").css("margin-left", imageWidth);
$(".fade").cycle({ 
	//delay:  1,
	speed:  2000
	//timeout: 4000
});
