
.gallery-index{
	clear: both;
}
.gallery-index .itemsRow{
	margin-bottom: 17px;
}
.gallery-index .itemsRow .galleryItem{
	width: 191px; height: 191px; 
	border: 1px solid #c8c8c6;
    border-radius: 2px;
	padding: 2px;
	display: inline-block; position: relative; margin: 0px 8px 0px 0px; text-align: center; background: #FFF;
}
.gallery-index .itemsRow .galleryItem:last-child{
	margin-right: 0px;
}
.gallery-index .galleryItem:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.gallery-index .galleryItem .wrap{
	display: table-cell; vertical-align: middle; width: 185px; height: 185px;
}
.gallery-index .galleryItem a{
	text-align: center;
}
.gallery-index .galleryItem .info{
	position: absolute; bottom: 0px; left: 0px; width: 100%; background: rgba(0,0,0,0.5); padding: 4px; overflow: hidden; color: #FFF;
	display: none;
}
.gallery-index .galleryItem .info .title{
	font-weight: bold;
}
.gallery-index .galleryItem:hover .info{
	display:block;
}