Te pongo todo:
Código PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pagina nueva 1</title>
<script src="SmoothGallery/scripts/mootools.v1.11.js" type="text/javascript"></script>
<script src="SmoothGallery/scripts/jd.gallery.js" type="text/javascript"></script>
<link rel="stylesheet" href="SmoothGallery/css/jd.gallery.css" type="text/css" media="screen" />
</head>
<body bgcolor=#000000>
<script type="text/javascript">
function startGallery() {
timed: true
});
}
window.addEvent('domready', startGallery);
</script>
<div id="myGallery" align="center">
<div class="imageElement">
<h3>Item 1 Title</h3>
<p>Item 1 Description</p>
<img src="SmoothGallery/images/brugges2006/1.jpg" class="full" />
<img src="SmoothGallery/images/brugges2006/1-mini.jpg" class="thumbnail" />
</div>
<div class="imageElement">
<h3>Item 2 Title</h3>
<p>Item 2 Description</p>
<img src="SmoothGallery/images/brugges2006/2.jpg" class="full" />
<img src="SmoothGallery/images/brugges2006/2-mini.jpg" class="thumbnail" />
</div>
<div class="imageElement">
<h3>Item 3 Title</h3>
<p>Item 3 Description</p>
<img src="SmoothGallery/images/brugges2006/3.jpg" class="full" />
<img src="SmoothGallery/images/brugges2006/3-mini.jpg" class="thumbnail" />
</div>
<div class="imageElement">
<h3>Item 4 Title</h3>
<p>Item 4 Description</p>
<img src="SmoothGallery/images/brugges2006/4.jpg" class="full" />
<img src="SmoothGallery/images/brugges2006/4-mini.jpg" class="thumbnail" />
</div>
</div>
</body>
</html>
y las carpetas:
WEB FOLDER (con las paginas que tengo creadas .htm,images,private,ya sabes)→SmoothGallery(carpeta)→css,images,scripts
donde:
css:img(carpeta),jd.gallery.css,layout.css,ReMooz. css
images:bruegges2006,..............etc
scripts:jd.gallery.js,mootools.v1.11.js,jd.gallery .transitions.js,.....etc (tengo unos cuantos mas pero no los usa en el codigo)
Me va como en la demo de la pagina, perfectamente. Si quieres que te ponga algo específico me dices