html,body {
	height:100%;
}
body{
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0 auto;
	background-image:url(../images/worksdetail/background.gif);
}
#album_header_div {
	margin-bottom: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	display:none;
}
#album_header_comments_div {
	margin-bottom: 18px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#webAlbum {
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}
#description {
	width:288px;
	overflow:hidden;
}
#description .framebox {
	width:96px;
	height:100px;
	background-image:url(../images/worksdetail/fotoframe.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	vertical-align:middle;
}
#back_to_home {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 12px;
}
a:link, a:visited  {
	text-decoration: none;
 	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #AAAAAA;
}
.photobox { border: 1px solid #FF9900;}
a:link .photobox { border-color: #AAAAAA;}
a:visited .photobox { border-color: #AAAAAA;}
a:hover .photobox { border-color: #FFFFFF;}
#nextpage, #prepage {
	cursor:pointer;
}

/*翻页*/
#turnPage {
	text-align:center;
}
#turnPage table {
	margin:10px auto;
}
#turnPage td {
	vertical-align:middle;
	color:#333333;
}
#turnPage a {
	display:block;
	width:auto;
	padding:0px 5px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size:12px;
	color:#666666;
}
#turnPage a:hover, #turnPage a.on, #turnPage a.on:hover {
	text-decoration:none;
	color:#AAAAAA;
}
#turnPage a.on {
	color:#FFFFFF;
}
