<html>
<head>
<title>Global options</title>
<!-- link to magicthumb.css file -->
<link href="magicthumb/magicthumb.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- link to magicthumb.js file -->
<script src="magicthumb/magicthumb.js" type="text/javascript"></script>
<script type="text/javascript">
MagicThumb.options = {
'background-opacity': 70,
'background-color': '#00ccf0',
'buttons-display': 'close'
};
</script>
</head>
<body>
<h4>Set your parameters in the <script> tag to apply the same options to all images with the MagicThumb class.</h4>
<!-- define Magic Thumb -->
<a href="images/imac-family-600.jpg" class="MagicThumb"><img src="images/imac-family-90.jpg" alt=""/></a>
</body>
</html>