@charset "UTF-8";
/**
 * featured-page-widget.css: Stylesheet for widget.
 *
 * @package Featured Page Widget
 * @subpackage includes
 * @author GrandSlambert
 * @copyright 2009-2011
 * @access public
 * @since 0.1
 */

 .fpw-image-left {
     float: left;
     padding-right: 10px;
     padding-bottom: 5px;
 }

 .fpw-image-right {
     float: right;
     padding-left: 10px;
     padding-bottom: 5px;
 }