13
| <![CDATA[<script type="text/javascript">
$(function () {
$('.lightbox-image').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' }).append('<span></span>').find('span').css({ opacity: 0 });
$('.lightbox-image').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') })
$('.lightbox-a').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' });
$('.lightbox-a').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') })
});
</script>]]>
|