﻿/*picChange图片切换特效CSS*/
.pics ul li img{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	cursor:pointer;
}


div#picChange #picChangeIndex{
	position:absolute;
	z-index:888;
	bottom:4px;
	width:100%;
	text-align:center;
}
div#picChange #picChangeIndex a{
	width:25px;
	height:3px;
	margin-right:3px;
	display:inline-block;       /*内联块元素*/
	_display:inline;            /*下划线只能被IE6识别*/
	
	background:#c1c2c3;
    padding-top:2px;
	cursor:pointer;
}
div#picChange #picChangeIndex a.select{
	background:rgb(240, 90, 65);padding-top:2px;
}
div#picChange #picDescBg{
	position:absolute;
	height:60px;
	width:100%;
	left:0;
	bottom:0;
	background:#000;
	z-index:887;
}
div#picChange #picDesc{
	position:absolute;
	height:34px;
	line-height:34px;
	padding:5px;
	bottom:16px;
	color:#fff;
	z-index:888;
	font:13px 'Microsoft Yahei', sans-serif;
	text-indent:1em;
}


/*******************************************/
div#picChange2 #picChangeIndex{
	position:absolute;
	z-index:888;
	bottom:-15px;
	width:100%;
	text-align:center;
}
div#picChange2 #picChangeIndex a{
	width:5px;
	height:3px;
	margin-right:5px;
	display:inline-block;       /*内联块元素*/
	_display:inline;            /*下划线只能被IE6识别*/
	
	background:#C8C8C8;
    padding-top:2px;
	cursor:pointer;
}
div#picChange2 #picChangeIndex a.select{
	background:rgb(240, 90, 65);padding-top:2px;
}

div#picChange2 #picDescBg{
	position:absolute;
	height: 26px;
	line-height: 26px;
	width:100%;
	left:0;
	bottom:0;
	background:#000;
	z-index:887;
	overflow:hidden;
}
div#picChange2 #picDesc{
	position:absolute;
	width: 100%;
	text-align: center;
	color:#fff;
	z-index:888;
	text-indent:3px;
}