<link rel="stylesheet" href="nex.min.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="Animo.min.js"></script>
<script type="text/javascript" src="nex.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=false"></script>
<script type="text/javascript">
var slides = [
{
link : "http://path/to/fullscreen/image/1.png",
thumb : "http://path/to/thumb/image/1.png"
},
{
link : "http://path/to/fullscreen/image/2.png",
thumb : "http://path/to/thumb/image/2.png"
},
{
link : "http://path/to/fullscreen/image/3.png",
thumb : "http://path/to/thumb/image/3.png"
}
];
</script>
<script type="text/javascript">
new Nex({data: slides});
</script>