.infotaglabel{
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat;
	margin-top:5px;
}
.infotag{
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
}

.infotagselect{
	width:25px;
	height:25px;
	display:block;
	background:url(infotag.gif) no-repeat 25px;
	cursor:pointer;
}

#infotag{
	display:none;
	position:absolute;
	margin-left:20px;
	border:1px solid #81A4C2;
	white-space:nowrap;
	background-color:#FFFFFF;
}

#taglist{
	margin:0;
	list-style:none;
	background-color:#F3F8FC;
	border:1px solid #FFFFFF;
	padding:2px;
}

#taglist li{
	padding:2px 5px;
}

.tagitem{
	width:16px;
	height:16px;
	background:url(infotag.gif) no-repeat;
	margin-right:3px;
}

.taglistOver{
	background-color:#2682C6;
	color:#FFFFFF;
}

.infotagtag1{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:0px;
}

.infotagtag1_font{
	color:#990000;
}

.infotagtag2{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-24px;
}

.infotagtag2_font{
	color:#006600;
}

.infotagtag3{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-48px;
}

.infotagtag3_font{
	color:#E38800;
}

.infotagtag4{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-72px;
}

.infotagtag4_font{
	color:#26A5A8;
}

.infotagtag5{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-96px;
}

.infotagtag5_font{
	color:#FF6699;
}

.infotagtag6{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-120px;
}

.infotagtag6_font{
	color:#003399;
}

.infotagtag7{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-144px;
}

.infotagtag7_font{
	color:#996600;
}

.infotagtag8{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-168px;
}

.infotagtag8_font{
	color:#993399;
}

.infotagtag9{
	display:inline-block;
	width:16px;
	height:16px;
	display:block;
	background:url(infotag.gif) no-repeat 16px;
	cursor:pointer;
	background-position:-192px;
}

.infotagtag9_font{
	color:#000000;
}

.notag{
	background-position:-240px;
}
/* 新增css */
#slideBox {
	width: 400px;
	height: 261px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#slideBox .bd li a {
	display: block;
	width: 400px;
	height: 261px;
	position: relative;
}

#slideBox .bd li a p {
	position: absolute;
	width: 400px;
	height: 40px;
	line-height: 40px;
	left: 0;
	bottom: 0;
	color: rgba(255, 255,255);
	padding-left: 10px;
	background: rgba(0, 0,0,.5);
}

#slideBox .bd ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

#slideBox .hd {
	position: absolute;
	width: 150px;
	height: 17px;
	padding: 14px 10px;
	right: -5px;
	bottom: 0;
	text-align: right;
	z-index: 999;
}

#slideBox .hd li {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 20px;
	height: 8px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #c9c9c9;
	color: whitel
}

#slideBox .hd li.on {
	background: #ffc600;
}