

#rotator
{
	border: 1px solid #cccccc;
	overflow: hidden;
	margin: 1px auto 10px;
	position: relative;
	width: 200px; /*Aquí puedes editar*/
	height: 130px;/*estos valores para cambiar el tamaño pero recuerda cambairlos abajo también*/
}

#rotator img
{
	border: 0;
	width: 200px;
	height: 130px;
}

/*http://www.informatica-practica.es.mw*/