/*
 * Featured Props Javascript
 * @copyright (c) 2010 Forrent.com (Dominion Enterprises), All Rights Reserved
 * @author Jon Zuck <jon.zuck@forrent.com>
 * @version 1.0
 */

(function () {
$('.fprops li:first').addClass('first');
}());
