Buenas os pongo el codigo que me da problemas, haber si os sirve de mas ayuda.
Saludos
Código HTML:
Ver original<script src="Videos/engine/js/jquery.tools.min.js" type="text/javascript"></script> <script src="Videos/engine/js/swfobject.js" type="text/javascript"></script> <!-- make all links with the 'rel' attribute open overlays -->
<script src="Videos/engine/js/videolightbox.js" type="text/javascript"></script> <!-- / fim dos arquivos utilizados pelo jQuery lightBox plugin -->
<style type="text/css">#videogallery a#videolb{display:none}
</style>
<!-- Ativando o jQuery lightBox plugin -->
<script type="text/javascript"> $(function() {
$('#gallery a').lightBox();
});
/* jQuery lightBox plugin - Gallery style */
#gallery {
padding: 10px;
width: 850px;
height: auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 2px solid #681F7B;
border-width: 2px 2px 2px;
}
#gallery ul a:hover img {
border: 2px solid #fff;
border-width: 2px 2px 2px;
color: #681F7B;
}
#gallery ul a:hover {
color: #000;
}
<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="GaleriaInstalaciones/engine/css/vlightbox1.css" type="text/css" /> <link rel="stylesheet" href="GaleriaInstalaciones/engine/css/visuallightbox.css" type="text/css" media="screen" /> <script src="GaleriaInstalaciones/engine/js/jquery.min.js" type="text/javascript"></script> <script src="GaleriaInstalaciones/engine/js/visuallightbox.js" type="text/javascript"></script> <script src="GaleriaInstalaciones/engine/js/vlbdata.js" type="text/javascript"></script> <!-- End VisualLightBox.com HEAD section -->