.FocusPic{ zoom: 1; position: relative; overflow: hidden; height: 277px;}
.FocusPic .content{overflow:hidden; width:480px; height:277px; margin:0 !important;}
.FocusPic .changeDiv { width: 480px; height: 277px;}
.FocusPic .changeDiv a {
	display: none;
	position: absolute;}
.FocusPic .title{
	width: 480px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 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{ 
	margin-left: 16px;
	color: #fff; 
	font-size: 14px;
	display: none ;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.FocusPic .change{ 
	height: 12px;
	position: absolute; 
	right: 20px;
	bottom: 10px;
	text-align: right; 
	z-index: 9999;}

.FocusPic .change i{
	float: left;
	width:8px;
	height:8px;
	margin-left: 8px;
	cursor: pointer;
	background: #a1a0a1;
	text-align:center;
	line-height:12px;
	font-size: 0px;
	font-style: normal;
	color:#fff;}
.FocusPic .change i.cur{
	color:#a1a0a1;
	background: #fff;}
.active-picture {
	padding:10px 7px;}
.active-picture img {
	float:left;	
	width:184px;
	height:185px;
	overflow:hidden;}