/**
 * Gallery content element
 * Author: Sergey Dyagovchenko, http://d.sumy.ua/
 * Project: Fotokniga
 * Created: 17.10.2013
 * Updated: 28.10.2013
 */

.ce_gallery {}

.ce_gallery li {
	margin-right: 5px;
}

.page-index .ce_gallery li {
	text-align: center;
	margin-bottom: 5px;
	margin-right: 6px;
}

.page-index .ce_gallery .col_last {
	margin-right: 0;
}

.page-index .ce_gallery img {
	max-width: initial;
}

.ce_gallery li a {
	display: block;
	font-size: 0;
}