.table_album {
	width:100%;
}
.td_album {
	width: 25%; 
	text-align: center;
	display: block;
    float: left;
	margin-right: 120px;
}

.td_album:nth-child(3n){
	margin-right:0px;
}

.td_album_image {
	width: 25%; 
	text-align: center;
}
.td_album_image img {}
.album {
	width: 192px; 
	height: 150px; 
	padding: 0px 0px -30px 0px; 
	background: url('../image/bgAlbum.png') no-repeat -5px 0px;
	margin-left: 20px;
}
.album img {
	margin-top: 23px;
}
.album_name {
	text-decoration:none;
	font-weight: bold;
	font-size:10.5pt;
}
.album_date_added {
	color: #999; 
	font-size: 11px;
	margin-bottom: 25px;
}
.album_sort {
	width: 100%; 
	height: 30px; 
	line-height: 30px; 
	margin-bottom: 5px;"
}
.group_move_placeholder {
	display: table-row;
}
.gallery-grid li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right:15px;
}

.gallery-grid li:nth-child(4n){
	margin-right:0px;
}

.gallery-grid a {
	text-decoration: none;
	color: #707070;
}
.thumbnails {
	list-style-type: none;
	padding: 0;
	margin: 0;
}