#content img {
	position: absolute;
	display: block;
	transition: all 1s ease 0s;
}

.easeClass {
	transition: all 1s ease 0s;
}

#content .movefast {
	transition: all 0.5s ease 0s;
}
#content .movefaster {
	transition: all 0.2s ease 0s;
}
.cursorClass {
	cursor:pointer;
}