.albums_list, .photos_list {
	text-align: center;
	margin: 0px -5px 0px;
}

.album_block, .photo_block {
	display: inline-block;
	text-align: center;
	margin: 0px 5px 10px;
	vertical-align: top;
}
.photo_block {
	max-width: 175px;
}
.album_block {
	max-width: 221px;
}

.album_photo img, .photo_photo img{
	display: block;
}

.album_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0px;
}

.photo_description {
	font-size: 13px;
	line-height: 15px;
	padding: 5px 0px;
}

.photos_text {
	margin: 10px 0px;
}

.photo_photo > a{
	cursor: ;
}

/*ротатор галерей*/

.gallery_photo {					/*Фотогалерея товара*/
	position: relative;
	display: block;
	padding: 5px 21px;
	overflow: hidden;
}
.gallery_slider > ul,
.gallery_slider2 > ul{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
.gallery_slider > ul > li,
.gallery_slider2 > ul > li{
	display: table-cell;
	padding: 0px 2px;
	vertical-align: middle;
	text-align: center;
}
.gallery_slider > ul > li a img,,
.gallery_slider2 > ul > li a img{ display: block; }
.next_dop_photo, .prev_dop_photo, .next__photo2, .prev__photo2 {
	/*width: 16px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;*/
}
.prev_dop_photo:before,
.prev__photo2:before{
	/*content: '.';
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 16px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sprite.png) 0 -72px no-repeat;*/
}
.prev_dop_photo:active:before,
.prev__photo2:active:before { /*background-position: -34px -72px;*/ }
.next_dop_photo:before,
.next__photo2:before{
	/*content: '.';
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 16px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sprite.png) -17px -72px no-repeat;*/
}
.next_dop_photo:active:before,
.next__photo2:active:before {/* background-position: -51px -72px; */}
.prev_dop_photo, .prev__photo2 {/* left: 0px; */}
.next_dop_photo, .next__photo2 {/* right: 0px; */}


.prev__photo2, .next__photo2, .prev__photo2:active, .next__photo2:active{
	/*background: linear-gradient(to bottom, #ada4ff, #ada4ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ada4ff, endColorstr=#ada4ff, GradientType=0);
    background-color: #ada4ff;*/
}