.photox {
	padding:0px;
	margin:20px 0px 0px 0px;
	visibility:visible;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

.photox a:link {
	color: #432121;
	text-decoration: none;
	font-size: 12px;
}

.photox a:visited {
	text-decoration: none;
	color: #000000;
}

.photox a:hover {
	color: #666666;
}

.photox a:active {
    color: #666666;
	text-decoration: none;
}


.rollphotos {
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:100%;
	
}

body:nth-of-type(1) .blkphotox{
padding:0px;
} 

.blkphotox {
display:block;
	border:0px;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	overflow: hidden;
	ZOOM: 1; 
	position: relative;
    height:250px;

}

.blkphotox .LeftButton { /* 上箭头 */
    color:#ffffff;
	background: #353535 url(../images/roll-0.png) no-repeat 0px 0px; /* 图标箭头请修改图标路径，取消文字颜色即可 */
	right:10px; /* 左边距离 */
	float:left;
	width:15px;
	cursor: pointer;
	position: absolute;
	top:35px;
	font:14px/25px Arial; 
}
.blkphotox .LeftButton:hover { /* 上箭头 */
    color:#ffffff;
	background: #ff0000 url(../images/roll-0.png) no-repeat 0px 0px; /* 图标箭头请修改图标路径，取消文字颜色即可 */
}


.blkphotox .RightButton { /* 下箭头 */
    color:#ffffff;
	background: #ff0000 url(../images/roll-0.png) no-repeat 0px 0px; /* 图标箭头请修改图标路径，取消文字颜色即可  -12px 0px*/
	right:10px; /* 右边距离 */
	float:right;
	width:15px;
	cursor: pointer;
	position: absolute;
	top:85px;
	font:14px/25px Arial; 
}
.blkphotox .RightButton:hover { /* 下箭头 */
    color:#ffffff;
	background: #353535 url(../images/roll-0.png) no-repeat 0px 0px; /* 图标箭头请修改图标路径，取消文字颜色即可  -12px 0px*/
}


.blkphotox .Cont {
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
	overflow: hidden;
}

.blkphotox .box { /* 单元格参数 */
    border:1px #ffffff solid;
	margin:0px 0px 0px 0px;
    padding:5px 5px 5px 5px;
	float:left;
	text-align:left;
	margin:0px;
}
.blkphotox .box:hover { /* 单元格参数 */
    background: #e3e3e3;
}


.box .fang{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.box .picFit{
	overflow:hidden;
}

.blkphotox .box img {
}
.blkphotox .box img:hover {
filter:alpha(opacity=100);/*IE浏览器透明参数*/
Opacity:1;/*谷歌浏览器透明参数*/
}


div.box div.title{ /* 标题参数 */
width:192px; /* 宽度与前台设置参数一致 */
text-align:center;
overflow: hidden;
white-space:nowrap;
}

div.title a:link,div.title a:visited,div.title a:active{
color:#4b4b4b;
font:12px/25px Microsoft YaHei,SimSun,Arial,Sans-Serif; 
text-decoration: none;
}

div.title a:hover{
color:#ff0000;
text-decoration: none;
}