.thumb
{
	float: left; /* 向左浮动; height:160px; width:160px; 每幅图片块的大小 **/
	margin: 6px 0 10px 12px;
	padding: 0px;
	display:inline;
}

.thumb img
{
	border: 1px solid #82c3ff;
	display:inline;
}

.ls
{
	background: url(../Images/Photo/framels.jpg) no-repeat center; /* 水平图片的背景 **/
}
.pt
{
	background: url(../Images/Photo/framept.jpg) no-repeat center; /* 竖直图片的背景 **/
}
.ls img
{
	/* 水平图片 **/
	margin: 0px;
	height: 90px;
	width: 135px;
}
.pt img
{
	/* 竖直图片 **/
	margin: 0px;
	height: 135px;
	width: 90px;
}
.ls a
{
	display: block; /* 定义为块元素 **/
	padding: 34px 14px 36px 11px; /* 将超链接区域扩大到整个背景块 **/
}
.pt a
{
	display: block;
	padding: 11px 36px 14px 34px; /* 将超链接区域扩大到整个背景块 **/
}
.ls a:hover
{
	/* 鼠标经过时修改背景图片 **/
	background: url(../Images/Photo/framels_hover.jpg) no-repeat center;
}
.pt a:hover
{
	background: url(../Images/Photo/framept_hover.jpg) no-repeat center;
}

#showPhoto
{
	position: absolute;
	width: 700px;
	height: 530px;
	z-index: 200;
}
#showPhoto div#close
{
	float: left;
	margin: 10px;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 2;
	width: 15px;
	height: 15px;
	background: url(../Images/Photo/close.jpg) no-repeat;
}
#showPic
{
	/*width: 454px;
	height: 454px; 正方形的块 **/
	position: absolute;
	left: 81px;
	top: 40px;
	text-align: center;
	vertical-align: middle;
}
#bgblack
{
	width: 700px;
	height: 530px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #bbbbbb;
	z-index: -1;
}
#showPic img
{
	padding: 1px;
	border: 1px solid #FFFFFF;
	z-index: 1;
	position: relative;
}
#navigator
{
	float: left;
	z-index: 3;
	color: #000000;
	cursor: pointer;
	bottom: 40px;
	left: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#navigator span
{
	padding: 20px;
}
