#album-photos {
	margin-top:20px;
	overflow: hidden;
	padding: 0;
	margin:0px	
}

.photo-gallery li  {
	float: left;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0;
}

li.album-photo {
	float: left;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0;
}

#album-photos > li:last-child {
	margin-right:0px

}

h4.photo-album-name {
	margin-top:30px;
	margin-bottom:30px;
}

.photo-album-name span {
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	color:#fff;
	background-color:#85909b
}


#album-photos img {
	width:120px;

}

#album-photos img:hover {
	border:4px solid #85909b;
}

#album-photos li:nth-child(3) {
	margin-right:0px
}
#album-photos li:nth-child(6) {
	margin-right:0px
}
#album-photos li:nth-child(9) {
	margin-right:0px
}
#album-photos li:nth-child(12) {
	margin-right:0px
}
#album-photos li:nth-child(15) {
	margin-right:0px
}
#album-photos li:nth-child(18) {
	margin-right:0px
}

#photo-albums div.album-photo {
	float: left;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0;
	width:165px !important
}

table img{
	border:5px solid #f6f6f6;
	
	/*border-bottom:8px solid #ae0039;
	border-left:8px solid #cecbd2;	
	border-right:8px solid #c7bcd1;
	border-top:8px solid #e0dae2;	*/
	

	/*margin-right:20px*/
}

table img:hover{
	border:5px solid #c2bec9;
}

#photo-albums {	
	margin-top:30px
}

#photo-albums img {
	width:120px;
	border:5px solid #f6f6f6;
	border-radius:50%
}

#photo-albums .media{
	margin-bottom:30px	
}

#photo-albums .media-body h4 {
	font-size:14px;
	line-height:18px
}



table td {
	width:180px;
	height:205px;
	margin-right:40px;
	text-align:left
}

.other-albums ul {
	margin:0px;
	padding:0px;
	padding-left:15px
}


.other-albums li {
}

.photo-album-info {
	font-size:12px;
	float:left
/*	margin-left:80px;
	display:block;
	position:absolute;
	margin-top:-80px*/
}

.photo-album img {
	float:left
}
td.photo-album-cover {
	
	text-align:center
}



.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}