#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading li.active {
	background-color: #66ccff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#buttons{
	margin-left:5px
}

#panes {
	text-align: justify;
	border-style: none;
	/*width: 245px;*/
	margin: 0 1em 0 1em;
}

#panes p {
  width: 600px;
  margin: 0 auto 1em auto;
  line-height: 1.2em;
}

#panes div div { overflow: hidden; }

#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }


div.thumb{
	float:left;						/* 向左浮动 */
	height:160px; width:160px;		/* 每幅图片块的大小 */
	margin:6px;
	padding:0px;
}
div.thumb img{
	border:1px solid #82c3ff;
}
div.ls{
	background:url(../images/framels.gif) no-repeat center;	/* 水平图片的背景 */
}
div.pt{
	background:url(../images/framept.gif) no-repeat center;	/* 竖直图片的背景 */
}
div.ls img{											/* 水平图片 */
	margin:0px;
	height:90px; width:135px;
}
div.pt img{											/* 竖直图片 */
	margin:0px;
	height:135px; width:90px;
}
div.ls a{
	display:block;					/* 定义为块元素 */
	padding:34px 14px 36px 11px;	/* 将超链接区域扩大到整个背景块 */
}
div.pt a{
	display:block;
	padding:11px 36px 14px 34px;	/* 将超链接区域扩大到整个背景块 */
}
div.ls a:hover{						/* 鼠标经过时修改背景图片 */
	background:url(../images/framels_hover.gif) no-repeat center;
}
div.pt a:hover{
	background:url(../images/framept_hover.gif) no-repeat center;
}

#showPhoto{
	position:absolute;
	width:620px; height:570px;
	z-index:200;
}
#showPhoto img#close{
	position:absolute;
	right:10px; top:10px;
	cursor:pointer;
	z-index:2;
}
#showPic{
	width:454px; height:454px;	/* 正方形的块 */
	position:absolute;
	left:81px; top:40px;
	text-align:center;
	vertical-align:middle;
}
#bgblack{
	width:620px; height:380px;
	position:absolute;
	left:0px; top:0px;
	background:#000000;
	z-index:-1;
}
#showPic img{
	padding:1px; border:1px solid #FFFFFF;
	z-index:1; position:relative;
}
#navigator{
	position:absolute;
	z-index:3; color:#FFFFFF;
	cursor:pointer;
	bottom:40px; left:225px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigator span{
	padding:20px;
}
.sidebar {
	float: left;
	width: 150px;
	padding: 0;
	font-size: 15px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 17px;
	margin: 0 0 0 0;
	padding: 7px 15px 3px 15px;
	background: #890208 url(../images/img05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 15px;
	color: #FFFFFF;
}

.sidebar a {
}