/**
 * NeoTheme (Neo Industries Pty Ltd)
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to Neo Industries Pty LTD Non-Distributable Software Modification License (NDSML)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.neotheme.com.au/legal/licenses/NDSM.html
 * If the license is not included with the package or for any other reason, 
 * you did not receive your licence please send an email to 
 * license@neotheme.com.au so we can send you a copy immediately.
 *
 * This software comes with no warrenty of any kind. By Using this software, the user agrees to hold 
 * Neo Industries Pty Ltd harmless of any damage it may cause.
 *
 * @category    modules
 * @module      NeoTheme_Display
* @copyright   Copyright (c) 2013 Neo Industries Pty Ltd (http://www.neotheme.com.au)
 * @license     http://www.neotheme.com.au/  Non-Distributable Software Modification License(NDSML 1.0)
 */

.neoscroll { overflow: hidden; position: relative; border:1px solid #c4c1bc; }
.neoscroll .neoscroll-area-content { float:left; position: relative; overflow: hidden; width:100%;  }
.neoscroll .neoscroll-area-left, .neoscroll .neoscroll-area-right { position:absolute; z-index:200; width:20px; height:100%; background-color:#dee5e8; background-repeat:no-repeat; background-position:50%; cursor:pointer; }
.neoscroll .neoscroll-area-left { left:0; border-right:1px solid #c4c1bc; background-image:url(../../../../../default/default/images/pager_arrow_left.gif); }
.neoscroll-area-right { right:0; border-left:1px solid #c4c1bc;  background-image:url(../../../../../default/default/images/pager_arrow_right.gif); }

.neoscroll .ndisplay.products-grid { margin:0 25px; }
.neoscroll .ndisplay.products-grid li { float:inherit; }
ul.neoscroll, .neoscroll ul.ndisplay.products-grid, .neoscroll .products-grid .actions ul  { list-style: none; padding:0; }