/*-- 图片轮播 --*/
div#picCarousel{
	position:relative;
	float:left;
	width:300px;
	height:290px;
	z-index:1;
}
div#picCarouselList{
	position:relative;
	width:300px;
	height:290px;
	z-index:2;
}
div#picCarouselList dl{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:290px;
	z-index:10;
	background: #fff;
}

div#picCarouselList dl h2{
	width:100%;
	height:auto;
	line-height: 30px;
	font-size: 21px;
	color:#181818;
	text-align: left;
	padding-bottom: 9px;
	margin-bottom: 10px;
	font-weight: 500;
	background: url(line_50.png) 0px bottom no-repeat;

}

div#picCarouselList dl p{
	line-height: 22px;
	font-size: 14px;
	color:#848484;
	margin-bottom: 17px;
	text-align: left;
}

div#picCarouselList dl img{
	width:235px;
	height:124px;
	display: block;
}

div#picCarouselTagList{
	position:absolute;
	right:20px;
	bottom:4px;
	z-index:30;
}
div#picCarouselTagList div{
	display:block !important;
	display:inline;
	width:16px;
	height:16px;
	margin-right:8px;
	background-color:#CCC;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	margin-bottom: 1px;
}
div#picCarouselTagList div.picCarouselTagOn{background-color:#00b3d4;}