/* gallery */

.gallery-wrapper {
margin: 10px 0 0px -11px;
display: inline-block;
}
.gallery-wrapper:after,
.gallery-pagination :after {
display: table;
clear: both;
content: " ";
}
.gallery-wrapper_border {
border-top: 3px solid #000;
display: block;
padding-bottom: 20px;
margin-left: 12px;
}
.gallery-item {
display: inline-block;
float:left;
width: 300px;
margin: 0 0 20px 14px;
}
.gallery-item_title {
margin: 17px 0 7px;
font-size: 14px;
font-weight: 700;
font-family: 'PT Serif', 'Times New Roman', serif;
line-height: 16px;
}
.gallery-item_content {
margin: 5px 0;
color: #515151;
font-size: 12px;
line-height: 18px;
}
.gallery-pagination {
text-align: center;
margin: 0 0 30px;
min-height: 20px;
border-top: 1px solid #bfbfbf;
padding-top: 18px;
position: relative;
}

.gallery-pagination  a {
display: inline-block;
padding: 0 7px;
font-size: 13px;
}
.gallery-pagination  a.current_page {
border: 1px solid #bfbfbf;
color: #000000;
font-weight: bold;
}

.gallery-pagination_next{
position: absolute;
right: 0;
top: 18px;
}
.gallery-pagination_prev {
position: absolute;
left: 0;
top: 18px;
}

/* gallery photo */
.gallery-photo {
position: relative;
}
.gallery-photo:hover  .photo-arrow {
display: inline-block;
}
.photo-arrow {
background: url(../images/arrow-photo.png) no-repeat;
height: 100%;
position: absolute;
top: 0;
display: none;
}
.photo-arrow:hover {
background: url(../images/arrow-photo-hover.png) no-repeat;
}
.photo-arrow.photo-next {
background-position: 381px -415px;
right: 0;
width: 65%;
}
.photo-arrow.photo-next:hover {
background-position: 381px -415px;
}
.photo-arrow.photo-prev {
background-position: 11px 185px;
left: 0;
width: 35%;
}
.photo-arrow.photo-prev:hover {
background-position: 11px 185px;
}
.gallery-photo_likes {
margin: 20px 0 25px;
position:relative
}
.gallery-photo_count {
color: #474747;
font-size: 13px;
display: block;
position:absolute;
right: 0;
top: 0;
}
.gallery-photo_description {
color: #474747;
font-size: 13px;
line-height: 17px;
margin-bottom: 22px;
}
.gallery-photo_description p {
margin: 6px 0;
}
.gallery-photo_link {
margin: 0px 0 15px;
display: inline-block;
min-height:12px;
background: url(../images/open-link.png) no-repeat left top;
padding-left: 20px;
font-size: 13px;
line-height: 14px;
}
