$thumbnailSizes = array(
“small” =>array(”width”=>55, “height”=>41), // used as the small thumbnails on the ad details pages
“medium”=>array(”width”=>120, “height”=>90), // used in the ad lists
“large” =>array(”width”=>187, “height”=>140), // used as the large thumbnail on the ad details pages
“big” =>array(”width”=>300, “height”=>225) // used as the largest thumbnail on the ad details pages
);