Team:Cooper Union/script/galleryDEMO
From 2014.igem.org
<style> .js-image-gallery a img { margin:1px; width:120px; height:90px; border:4px solid #fff; } .js-image-gallery a:hover img { border:4px solid #000; } body { background-color:#fff; }
div.pp_default .pp_close { background-image:url('http://rbth.com/assets/images/special/startups/closeButton.png') !important; width:30px !important; height:30px !important; right:10px !important; } </style>
<link rel="stylesheet" href="https://2014.igem.org/Team:Cooper_Union/CSS?action=raw&ctype=text/css" type="text/css" /> <script type="text/javascript" src="https://2014.igem.org/Team:Cooper_Union/script/jquery?action=raw&ctype=application/javascript" ></script>
<link rel="stylesheet" href="https://2014.igem.org/Team:Cooper_Union/script/galleryCss?action=raw" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
<script type="text/javascript" src="https://2014.igem.org/Team:Cooper_Union/script/gallery?action=raw&ctype=application/javascript"></script>
<a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a>
<a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a> <a href="" rel="prettyPhoto"><img src="" alt="" /></a>
<script type="text/javascript" charset="utf-8">
$(document).ready(function () {
$('.js-image-gallery a').prettyPhoto({ animation_speed: 'fast', slideshow: 10000, hideflash: true, social_tools: false });
});
</script>