/*Your CSS file*/
#tweener {
	height: 100px;
	width: 100px;
	background-color: #3399CC;
}

#newTween {
	height: 100px;
	width: 100px;
	background-color: #7dc503;
}
