@charset "utf-8";
/* CSS Document */

.albumBox {
	width: 720px;
}
.albumSection {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 230px;
}
.albumCover {
	padding: 5px 5px 5px 5px;
	width: 220px;
	border: 1px solid #bfbfbf;
	text-align: center;
	min-height: 165px;
	height:auto;
	background:#fff;
}
.albumBottom {
	background:url(../templates/images/bg_album_bottom.png) no-repeat;
	width:160px;
	height:10px;
	margin:0 auto;
}
.albumHeadline {
	height: 44px;
	overflow: hidden;
	text-align: center;
	width:220px;
}
.albumHeadline a {
	color:#333;
	font-weight:bold;
	display:block;
	font-size:13px;
}
.albumHeadline a:hover {
	color:#3094C7;
}
.album_detailBox {
	width: 720px;
}
.albumTitle {
	font-size: 18px;
	font-weight: bold;
	color: #1761a7;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.albumPicture {
}
.pictureSection {
	float: left;
	width: 220px; 
	margin:0 4px 10px 6px;
}
.pictureImages {
	text-align: center;
	padding: 15px 0;
	border: 1px solid #bfbfbf;
	min-height: 140px;
	height:auto;
	min-width: 220px;
	width:auto;
	background:#fff;
}
.pictureHeadline {
	min-height: 15px;
	height:auto;
	width: 220px;
	overflow: hidden;
	text-align: center;
	font-size:14px;
}
