/* Стили для модуля EvoGallery */

.b-item {
	display: inline-block;
	margin: 10px;
	*display: inline;
	*float: left;
	width: 100px;
	height: 120px;
	}

	.b-item .wrap {
		text-align: center;
		}

		.b-item .wrap .product-image{
			width: 100px;
			height: 100px;
			padding: 0;
			margin: 0;
			}