In my project, jQuery libraries use menus and images (http://ruseller.com/lessons.php?rub=32&id=238). But when you run the entire FancyBox refuses to work. Maybe I did not correctly specify the sequence? Menu
<link rel="stylesheet" type="text/css" href="http://grimon.net/css/jqueryslidemenu.css" /> <script type="text/javascript" src="http://grimon.net/js/jquery.js"></script> <script type="text/javascript" src="http://grimon.net/js/jqueryslidemenu.js"></script> Images
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script> <script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script> <link rel="stylesheet" type="text/css" href="./fancybox/jquery.fancybox-1.3.4.css" media="screen" /> <link rel="stylesheet" href="style.css" />