/**
 * Awesome image gallery for your prestashop store.
 *
 * CmsShortcodeGallery by Vipul Hadiya(http://www.vipulhadiya.com) is licensed under a
 * Creative Creative Commons Attribution-NoDerivatives 4.0 International License.
 * Based on a work at http://www.clavolike.com.
 * Permissions beyond the scope of this license may be available at http://www.vipulhadiya.com.
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/.
 *
 * @author    Vipul Hadiya <vip@vipulhadiya.com>
 * @copyright 2015 Vipul Hadiya
 * @license   http://creativecommons.org/licenses/by-nd/4.0/
 */

#ajaxdiv {
	margin: 40px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.cb_a_wraper {display:block; float:left; width: 287px; height: 170px; position: relative; cursor: pointer; margin: 5px 5px 0px 0px;}
.cb_a_wraper:hover { opacity: 0.8 }
.cb_a_wraper a { display: block; width: 100%; height: 100%; }
