#gallery-list {
	
}
#gallery-list table {
	width:100%;
}
.gallery-album {
	min-height:70px;
	background-color:#ebebeb;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4);
	padding:10px;
}
.gallery-album:hover {
	background-color:#215786;
	color:#ffffff;
}
.gallery-album-photo {
	float:left;
	margin-right:10px;
/*	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.2);*/
}
.gallery-album-photo img {
	padding:0px;
	margin:0px;
	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.2);
}
#photo-album {
	padding-bottom:100px;
}
#photo-album-navigation {
	text-align:center !important;
	height:50px;
}
#photo-album-navigation-sub {
	width:208px;
	margin:0 auto;
}
#photo-album-navigation-left {
	background-image:url(/_images/gallery/left.png);
	background-position:right;
	background-repeat:none;
	width:41px;
	height:14px;
	float:left;
}
#photo-album-navigation-current {
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#photo-album-navigation-right {
	background-image:url(/_images/gallery/right.png);
	background-position:left;
	background-repeat:none;
	width:41px;
	height:14px;
	float:left;
}
#photo-album-mainphoto {
	text-align:center;
	margin-bottom:50px;
}
.photo-album-photo {
	float:left;
	margin-right:10px;
}
.photo-album-photo-preview {
	padding:5px;
	background-color:#e2e1e7;
	border-radius: 5px 5px 0px 0px;
}
.photo-album-photo-desc {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/_images/gallery/photo-small-desc.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #c1c1c4;
	border-radius: 0px 0px 5px 5px;
}


.gal_album{}
.gal_album a{text-decoration:none;}

/*Альбом*/
.photos-left-top {
	width:6px;
	height:5px;
	background-image:url(/_images/gallery/photos-left-top.png);
}
.photos-left-2 {
	width:6px;
/*	height:90px;*/
	background-image:url(/_images/gallery/photos-left-2.png);
}
.photos-left-bottom {
	width:6px;
	height:5px;
	background-image:url(/_images/gallery/photos-left-bottom.png);
}
.photos-right-top {
	width:7px;
	height:5px;
	background-image:url(/_images/gallery/photos-right-top.png);
}
.photos-right-2 {
	width:7px;
/*	height:90px;*/
	background-image:url(/_images/gallery/photos-right-2.png);
}
.photos-right-bottom {
	width:7px;
	height:5px;
	background-image:url(/_images/gallery/photos-right-bottom.png);
}
.photos-top {
	height:5px;

	background-image:url(/_images/gallery/photos-top.png);
}
.photos-bottom {
	height:5px;
	background-image:url(/_images/gallery/photos-bottom.png);
}
.photos-water {
/*	height:90px;*/
	background-color:#fff;
	padding:5px;
}

.photos-album {min-heght:62px;background-image:url(/_images/blocks/left-block.gif);
background-repeat:repeat-x;background-position:left bottom;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
box-shadow:1px 1px 8px #aaa;
padding:5px;}
.photos-album-name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#019386;
	text-align:left;
}
.photos-album-description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-align:left;
}
.photos-album-photo {float:left;margin:0 5px 0 0;}
