#album{
	width: 320px;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
}

	
#desc{
	float: left;
	display: none;
}
#pic{}
#pic img {
	height: 410px;
	width: 320px;
}
img{
	padding: 0;
	margin: 0;
	border: 0;
}
#text{
	font-size: 12px;
	color: #999999;
	float: left;
	width: 430px;
	margin-top: 20px;
}
#text p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#tab{
	width:555px;
	float: left;
	margin-left: 33px;
}
#tab h3 {
	line-height: 30px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.menu {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100px;

}

.menu li {
	display:block;
	line-height:25px;
	float: left;
	color:#61A7DA;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	white-space: nowrap;
	width: 80px;
	text-align: left;
	clear: both;
	padding-left: 20px;
}
.menu li:hover{
	color: #FF0066;
	background-image: url(../img/libg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu li.hover {
	line-height:28px;
	display:block;
	color: #FF0066;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;	background-image: url(../img/libg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main0{
	overflow: hidden;
	padding: 0px;
	float: left;
	width: 430px;
}
#main0 div{
	display: none;
	clear: both;
	height: 250px;

}
#main0 div.block,#main1 div.block,#main2 div.block{display: block;}
#main0 div img{
	padding: 5px;
	height: 60px;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

