/* Author: 

*/


$("#qlinks .toggle a").click(function () {
$("#qlinks .qlcontent").slideToggle("slow");
});

$("#qlinks .toggle a").click(function () {
$("a.qlopen").toggle();
});

$('#scrollbar1').tinyscrollbar();

$(".scrollable").scrollable({circular: true, mousewheel: true, speed: 1000 }).autoscroll({ interval: 7000 });

$("#browsable").scrollable().navigator();

$(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto(); });

$(document).ready(function() { $('.rotateimage').cycle({ fx: 'fade' }); }); 
