.FocusPic .titlecss样式：
.FocusPic{ zoom: 1; position: relative; overflow: hidden; height: 276px;}
.FocusPic .content{overflow:hidden; width:100%; height:276px; margin:0 !important;}
.FocusPic .changeDiv { width: 100%; height: 276px;}
.FocusPic .changeDiv a {
	width: 287px;
	height: 100%;
	display: none;
	position: absolute;}
.FocusPic .title{
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;}
.FocusPic .title a{ 
	color: #fff; 
	font-size: 18px;
	display: none ;}
.FocusPic .change{ 
	height: 12px;
	position: absolute; 
	left: 45%;
	bottom: 10px;
	text-align: right; 
	z-index: 9999;}

.FocusPic .change i{
	float: left;
	width:10px;
	height:10px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-left: 3px;
	cursor: pointer;
	text-align:center;
	line-height:12px;
	font-size: 12px;
	font-style: normal;
	color:#595959;}
.FocusPic .change i.cur{
	background: #f00;
	border: 2px solid #f00;}
.active-picture {
	padding:10px 7px;}
.active-picture img {
	float:left;	
	width:184px;
	height:185px;
	overflow:hidden;}