/* ---------------------------------------------------------------------------------------- 

	sm_album.htm

---------------------------------------------------------------------------------------- */

.albumBox {
	margin-bottom: 10px;
}

.albumThumbWrap {
	overflow: hidden;
	width: 300px;
}

.albumThumbWrap ul {
	width: 310px;
}

.albumThumbWrap ul:after {
	display: block;
	clear: both;
	content: "";
}

.albumThumbWrap ul li {
	float: left;
	width: 96px;
	overflow: hidden;
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
	text-align: center;
}

.albumThumbWrap ul li:nth-child(3n+1) {
	clear: both;
}

.navigation ul li:last-child
.pagination:after {
	content:"";
	clear:both;
	display:block;
}

/* ---------------------------------------------------------------------------------------- 

	sm_album_list.htm

---------------------------------------------------------------------------------------- */

.albumList {
	margin-bottom: 10px;
}

.albumListBox ul li {
	margin: 0 0 30px;
	padding: 0 0 5px;
	background: none;
	border-bottom: 1px solid #d9d9d9;
}

.albumListBox .albumPhoto {
	margin-bottom: 10px;
	text-align: center;
}