﻿#foucsBox { margin: 0 auto; padding: 0; width: 400px; height: 350px; overflow: hidden; zoom: 1; position: relative; }
    #foucsBox .imgCon { width: 400px; height: 300px; margin: 0; padding: 0; position: relative; list-style: none; }
        #foucsBox .imgCon li { float: left; width: 400px; height: 300px; }
            #foucsBox .imgCon li img { border: 0; }
            #foucsBox .imgCon li .imgTitle {
	width: 380px;
	position: absolute;
	bottom: -30px;
	z-index: 2;
	padding: 15px;
}
                #foucsBox .imgCon li .imgTitle a {
	color: #333;
	display: block;
	text-decoration: none;
	font-family: "Microsoft Yahei", "黑体";
	font-weight: normal;
	font-size: 17px;
	zoom: 1;
	line-height: 25px;
}
    #foucsBox .showPage {
	width: 400px;
	height: 70px;
	position: absolute;
	bottom: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}
    #foucsBox .foucs {
	width: 370px;
	height: 22px;
	position: absolute;
	bottom: 100px;
	text-align: right;
	z-index: 3;
	margin-left: 15px;
}
        #foucsBox .foucs span {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: -160px -90px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
            #foucsBox .foucs span.f { background: url(bg.png) -170px -90px no-repeat; }
    #foucsBox .foucsButton { width: 40px; height: 56px; padding: 7px; margin-top: -70px; position: relative; z-index: 4; }
        #foucsBox .foucsButton span {
	display: inline;
	width: 23px;
	height: 45px;
	margin: 7px 5px 0;
	cursor: pointer;
	overflow: hidden;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
        #foucsBox .foucsButton img { display: none; cursor: pointer; border-width: 0px; vertical-align: middle; width: 100px; height: 56px; }
    #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: 146px;
	overflow: hidden;
	background-color: #298e26;
}
        #foucsBox .btnHover img { display: inline; }
