04.
05.
<style type=
"text/css"
media=
"screen"
>
06.
07.
body1{
08.
font: 62.5%/1.2 Arial, Verdana, Sans-Serif;
09.
padding: 0 25px;
10.
height: 450px;
11.
width: 500px;
12.
}
13.
14.
</style>
15.
16.
<script type=
"text/javascript"
charset=
"utf-8"
>
17.
$(document).ready(
function
(){
18.
$(
"area[rel^='prettyPhoto']"
).prettyPhoto();
19.
20.
$(
"a[rel^='prettyPhoto']"
).prettyPhoto({ animation_speed:
'normal'
,theme:
'light_square'
,slideshow:3000, autoplay_slideshow: true });
21.
$(
"a[rel^='prettyPhoto']"
).prettyPhoto({ animation_speed:
'fast'
,slideshow:3000, hideflash: true });
22.
23.
});
24.
</script>