@charset "utf-8";
/* CSS Document */
ui, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.catalog {
	width: 988px;
	height: 185px;
	float: left;
	overflow: hidden;
}
.catalog .h_imgcontr_left{
	width: 50px;
	height: 205px;
	line-height: 165px;
	float: left;
	text-align:center;
	background:url(../demoimg/zfx.png) center center no-repeat;
}
.catalog .h_imgcontr_left a{
	float: left;
	width: 50px;
	height: 205px;
	line-height: 165px;
	display:block;
}

.catalog .h_imgcontr_c {
	float: left;
	width: 876px;
	height: 185px;
	margin:0 5px;
	padding:0px;
	background:#FFF;
	overflow:hidden;
}
.catalog .imgbox {
	width: 876px;
	height: 185px;
	float: left;
	margin:0;
	padding:0;
}
.catalog .imgbox li {
	width: 126px;
	height: 205px;
	margin:10px;
	float: left;
	overflow: hidden;
	text-align:center;
}
.catalog .imgbox li .rollimgs img{
	width: 122px;
	height: 145px;
	margin:0;
	padding:1px;
	border:1px solid #CCC;
}
.catalog .imgbox li .rolltits{
	width: 122px;
	height: 32px;
	line-height:35px;
}

.catalog .h_imgcontr_r{
	float: left;
	width: 50px;
	height: 205px;
	line-height: 165px;
	background:url(../demoimg/yfx.png) center center no-repeat;
}
.catalog .h_imgcontr_r a{
	float: left;
	width: 50px;
	height: 205px;
	line-height: 165px;
	display:block;
	text-align:center;
}


