01.
<link rel=
"stylesheet"
href=
"css/lightbox.css"
type=
"text/css"
media=
"screen"
/>
02.
<script src=
"js/prototype.js"
type=
"text/javascript"
></script>
03.
<script src=
"js/scriptaculous.js?load=effects,builder"
type=
"text/javascript"
></script>
04.
<script src=
"js/lightbox.js"
type=
"text/javascript"
></script>
05.
<style type=
"text/css"
media=
"screen"
>
06.
07.
body {
08.
font: 62.5%/1.2 Arial, Verdana, Sans-Serif;
09.
padding: 0 20px;
10.
}
11.
12.
</style>
13.
14.
<script type=
"text/javascript"
charset=
"utf-8"
>
15.
$(document).ready(
function
(){
16.
$(
"area[rel^='prettyPhoto']"
).prettyPhoto();
17.
18.
$(
"a[rel^='prettyPhoto']"
).prettyPhoto({ animation_speed:
'normal'
,theme:
'light_square'
,slideshow:3000, autoplay_slideshow: true });
19.
$(
"a[rel^='prettyPhoto']"
).prettyPhoto({ animation_speed:
'fast'
,slideshow:3000, hideflash: true });
20.
21.
});
22.
</script>