
.photox {
	visibility:visible;
	margin:0px;
	position: relative;
	text-align:center;
	font-family: Simsun, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
	width:100%;
	height:165px;
	border:0px #ff0000 solid;
}

.blkphotox {
	border:0px; 
	padding:0px; 
	overflow: hidden;
	ZOOM: 1; 
	position: relative;
}

.blkphotox .LeftButton {
	width: 12px;
	height: 114px;
	float: left;
	left:0px;
	top:0px;
	cursor: pointer;
	position: absolute;
	background: url(../images/left.gif) no-repeat 0px 0px;
}

.blkphotox .RightButton {
	width: 12px;
	height: 114px;
	float: right;
	right:0px;
	top:0px;
	cursor: pointer;
	position: absolute;
	background: url(../images/right.gif) no-repeat 0px 0px;
}

.blkphotox .Cont {
	padding:0px;
	overflow:hidden; 
	text-align:center;
}

.blkphotox .box {
	float:left;
	text-align:center;
	margin-right:10px;
}

.box .fang{
	padding:1px;
	text-align:center;
	border:2px #dfe0e5 solid;
}

.box .picFit{
	overflow: hidden;
}

.photox .title{
	width:156px;
	height:34px;
	text-align:center;
	overflow: hidden;
	white-space:nowrap;
	background:url(../images/tt_bg.gif) no-repeat;
}

div.photox a:link,div.photox a:visited,div.photox a:active{
	color:#565656;
	font:12px/34px arial,simsun;
	text-decoration: none;
}

div.photox a:hover{
	color:#ff0000;
	text-decoration: underline;
	font:12px/34px arial,simsun;
}