/**
 * Code snippet: cwsoft-anynews
 *
 * This code snippets grabs news entries from the WebsiteBaker news
 * module and displays them on any page you want by invoking the function
 * getNewsItems() via a page of type code or the index.php
 * file of the template.
 *
 * User defined CSS settings for the thirdparty jQuery plugin flexslider.
 * Detailed information about the jQuery flexslider plugin and it's settings can
 * be found on website of the authors: http://flex.madebymufffin.com/
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @platform    CMS WebsiteBaker 2.8.x
 * @package     cwsoft-anynews
 * @author      cwsoft (http://cwsoft.de)
 * @copyright   cwsoft
 * @license     http://www.gnu.org/licenses/gpl.html
*/

/**
 * Custom CSS to style the flexslider display_output:=5 
*/
div.mod_anynews .flexslider {
	width: 100%;
	min-height: 150px;
	border: none;
	box-shadow: 0px 0px 0px #fff;
}

