﻿
$(document).ready(function() {

    $('#slideshow').cycle({
        cleartypeNoBg: 'true',
        fx: 'fade'
    });
    //    $('div.slideCaption').show();

    $('.productRow').each(function() {
        $('.productWrapper', this).matchHeights();
        $('.productImage', this).matchHeights();
        $('.productDescription', this).matchHeights();
    });

    //$('ul.sf-menu').superfish().find('ul').bgIframe();

        $('div.productImage a').lightBox();
});
