function shifterItem(src, width, height, type) {
	
	this.src = src;
	
	this.width = width;
	
	this.height = height;
	
	this.type = type;
}
