function __construct()
 {
     $widget_ops = array('description' => __('Displays a Facebook Page Socal Plugin Widget (replaces deprecated Facebook LikeBox)', GENESIS_CLUB_DOMAIN));
     $control_ops = array();
     parent::__construct('genesis-club-likebox', __('Genesis Club Facebook Page', GENESIS_CLUB_DOMAIN), $widget_ops, $control_ops, $this->defaults);
 }
 function __construct()
 {
     $widget_ops = array('description' => __('Displays a Post Image Gallery in a sidebar widget with optional lightbox', GENESIS_CLUB_DOMAIN));
     $control_ops = array('width' => 400, 'height' => 350);
     parent::__construct('genesis-club-post-image-gallery', __('Genesis Club Post Images', GENESIS_CLUB_DOMAIN), $widget_ops, $control_ops, $this->defaults);
 }