<head>
  <title>Jquery ile LightBox Fotoğraf Slaytı</title>
  <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
  <script type="text/javascript" src="js/jquery-1.2.6.pack.js"></script>
  <script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
  <script>
    $(document).ready(function(){
    $("a[rel^='slayt']").prettyPhoto({
    animationSpeed: 'normal',
    padding: 40,
    opacity: 0.5,
    showTitle: false,
    allowresize: true,
    counter_separator_label: '-'
    });
    });
  </script>
</head>
<body>
  <a rel="slayt[1]" href="slayt/1.png">
    <img src="slayt/1.png" border="0" />
  </a>
  <a rel="slayt[1]" href="slayt/2.png"></a>
  <a rel="slayt[1]" href="slayt/3.png"></a>
 
  <a rel="slayt[2]" href="slayt/4.png">
    <img src="slayt/4.png" border="0" />
  </a>
  <a rel="slayt[2]" href="slayt/5.png"></a>
  <a rel="slayt[2]" href="slayt/6.png"></a>
  <a rel="slayt[2]" href="slayt/7.png"></a>
 
  <a rel="slayt[3]" href="slayt/8.png">
    <img src="slayt/8.png" border="0" />
  </a>
  <a rel="slayt[3]" href="slayt/9.png"></a>
  <a rel="slayt[3]" href="slayt/10.png"></a>
</body>