#animation{
	position		: absolute;
	display			: block;
	top				: 110px;	
	padding		 	: 0px;
	margin			: 0px;	
	height			: 180px;
	width			: 939px;
	left 			: 1px;
	z-index			: 1;
	background 		: #EFEFEF;
}

#animation:hover{
	cursor			: pointer;
}

#animation_flash {
	position		: absolute;
	float 			: left;
	cursor			: default;
	z-index			: 1;
} 
	
#animation_flash:hover {
	cursor			: pointer;
}	
