#contenedor
{
	width:500px;
	height:380px;
	margin:auto;
	position:relative;
}

/* Flechas de scroll */

.flechas
{
	position:absolute;
	bottom:250px;
	right:7px;
}

#barraContorno .flechas
{
	width:410px;
	overflow:hidden;
}

.flechas #arriba_abajo { float:right; }

.flechas img { cursor:pointer; padding-left:1px; }

