﻿jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
    $("#mycarousel > li > img").bind("mouseenter", function() {
        $('#sh > img').attr('src', 'b' + $(this).attr('src'));
        $('#txt').text($(this).attr('title'));
    })
    $.nyroModalSettings({ debug: false,
        resizeable: false,
        modal: true
    });
});
