// JavaScript for Jetparks Round Corners

$(document).ready(function(){
  $('ul.products > li:nth-child(odd)').addClass('odd');
  //$('.rounded').corners("8px");
//  $('.rounded-top').corners("top");
//  $('.rounded-bot').corners("bottom");  
});
