Light Box

<!DOCTYPE html> <html> <head> <title> Jquery Light Box </title> <!-- <script type="text/javascript" src="../jquery-lib.js"></script> --> <script src =" https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js "> </script> <style type =" text/css "> .center{ margin: 0 auto; } .container{ width: 100%; height: 600px; margin: 0 auto; background-image: url("images/backimg5.jpg"); } #big-photo{ width: 650px; height: 500px; margin-top: 40px; float: left; margin-left: 100px; border:10px solid white; } .bigphoto1{ width: 600px; height: 500px; border:10px solid white; margin-top: 40px; float: left; background-color: red; z-index: 10; } #thumbs{ width: 250px; height: 500px; border: 10px solid white; float: right; margin-top:...