$(document).ready(function() {

// GroupVine custom ClueTips
    $('a.solution_num1:eq(0)').cluetip({cluetipClass: 'solution_num1', width: '300px', height: '250px', positionBy: 'bottomTop', topOffset: '0px', leftOffset: '200px', showTitle: false});
    $('a.solution_num2:eq(0)').cluetip({cluetipClass: 'solution_num2', width: '300px', height: '250px', positionBy: 'bottomTop', topOffset: '0px', leftOffset: '200px', showTitle: false});
    $('a.solution_num3:eq(0)').cluetip({cluetipClass: 'solution_num3', width: '300px', height: '250px', positionBy: 'bottomTop', topOffset: '-200px', leftOffset: '200px', showTitle: false});
});

