/*Rotation des images avec datas  */

#rotator
{
	cursor: pointer;
  overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
#rotator img
{
	border: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
  }
