Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
#apDiv1 {
position:relative;
margin:auto;
width:850px;
height:950px;
z-index:1;
background-color: #FFFFFF;
top: 55px;
}
#apDiv3 {
position:absolute;
width:618px;
height:283px;
z-index:2;
left: 231px;
}
-->
</style>
</head>
<body>
<div id="apDiv1">
<div id="apDiv3"> AQUI EL DIV DONDE SE IRAN CAMBIANDO LAS IMAGENES </div>
</body>
Aqui os dejo el codigo