#foucsBox {
	margin: 0 auto;
	padding: 0;
	width: 482px;
	height: 293px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	float: left;
}
    #foucsBox .imgCon {
	width: 482px;
	height:293px;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
        #foucsBox .imgCon li {
	float: left;
	width: 482px;
	height: 293px;
}
            #foucsBox .imgCon li img { border: 0; }
            #foucsBox .imgCon li .imgTitle {
	width: 482px;
	position: absolute;
	bottom:10px;
	text-align: center;
	z-index: 2;white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
                #foucsBox .imgCon li .imgTitle a { color: #fff; display: block; text-decoration: none; font-family: "Microsoft Yahei","黑体"; font-weight: normal; font-size: 14px; zoom: 1; }
    #foucsBox .showPage {
	width:482px;
	height:50px;
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}
    #foucsBox .foucs {
	width:482px;
	height:40px;
	position: absolute;
	bottom:6px;
	text-align: center;
	z-index: 3;
	left: 0px;
}
        #foucsBox .foucs span { display: inline-block; width:7px; height: 7px; margin:0 5px; line-height: 0; font-size: 0; background:url(../Images/bg.png) -160px -90px no-repeat; cursor: pointer; overflow: hidden; }
            #foucsBox .foucs span.f { background: url(${contextPath}site/${site.sourcepath}/resources/images/ddjs/Images/bg.png) -170px -90px no-repeat; }
    #foucsBox .foucsButton { width: 40px; height:50px; padding:5px; margin-top: -60px; position: relative; z-index: 4; }
        #foucsBox .foucsButton span { display: inline; width: 23px; height: 45px; margin:5px 5px 0; cursor: pointer; overflow: hidden; background: url(${contextPath}site/${site.sourcepath}/resources/images/ddjs/Images/bg.png) 0 0 no-repeat; }
        #foucsBox .foucsButton img {
	display: none;
	cursor: pointer;
	border-width: 0px;
	vertical-align: middle;
	width: 0px;
	height: 0px;
}
    #foucsBox .lBtn { float: left; }
        #foucsBox .lBtn span { float: left; background-position: 0 -90px; }
    #foucsBox .rBtn { float: right; }
        #foucsBox .rBtn span { float: right; background-position: -30px -90px; }
    #foucsBox .btnHover {
	width: 40px;
	background: #408ED6;
	overflow: hidden;
}
        #foucsBox .btnHover img { display: inline; }
		
.imgCon > li > div a font {
    color: #fff;
    font-size: 18px;
}