// Created on 19 Au 2007
//by rott
var imgWidth = 550;
function ci(imgindex) {
	var newpos =-(imgindex*imgWidth);
	document.getElementById("content").style.left=newpos+"px";
}
