

#rotator
{
	border: 1px solid #000;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 250px; /*Aquí puedes editar*/
	height: 200px;/*estos valores para cambiar el tamaño pero recuerda cambairlos abajo también*/
}

#rotator img
{
	border: 0;
	width: 250px;
	height: 200px;
}

