#focus 
{
    float:left;
    display:inline;
	width:423px;
	height:283px;
	overflow:hidden;
	position:relative;
}

#focus ul {
	width:423px;
	height:283px;
	position:relative;
}
#focus ul li {
	float:left;
	width:423px;
	height:283px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {
	position:absolute;
	width:423px;
	height:32px;
	left:0;
	bottom:0;
	background:#000;
}
#focus .btn {
	position:absolute;
	width:110px;
	height:24px;
	right:0;
	bottom:8px;
	padding-left:10px;
}


#focus  .focus-title
{
    background-color:transparent;
    padding-left:10px;
    position:absolute;
    left:0px;
    bottom:3px;
	width:280px;
	height:32px;
	line-height:32px;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	font-family:"Microsoft YaHei", SimHei;
	margin-right:10px;
	cursor:pointer;
	color:#ffffff;text-overflow: ellipsis;  white-space: nowrap; overflow: hidden;
}


#focus .btn span 
{
margin: 10px 5px 0px 5px;
display:inline-block;
width:10px;
height:10px;
background-image:url('/Resource/Images/circle.png');
background-repeat:no-repeat;
}

#focus .btn span.on 
{
    margin: 10px 5px 0px 5px;
    display:inline-block;
	width:10px;
    height:10px;
    background-image:url('/Resource/Images/circle_move.png');
}
