#slider2 {
    position:relative;
    width:680px;
    margin-left:10px;
+margin-bottom:35px;
    height:383px;
}
#slider2 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivo-controlNav { position:relative; left:50%; z-index:100000; float:left; margin-top:400px;
+position:absolute; +float:none; +width:110px; +bottom:-40px; +margin-left:-55px;}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    float:left;
    right:50%;
    cursor:pointer;
    position:relative;
+position:static;
+right:inherit;

}
.nivo-controlNav a.active {
    background-position:0 -22px;
}

.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}
.wrap {
		position:fixed;
		top:0%;
		width:100%;
		height:100%;
	}
	.meng {
		position:absolute;
		top:0%;
		height:100%;
		width:100%;
		background:#ccc;
		opacity:0.5;
	}
	.box {
		position:absolute;
		top:10%;
		left:10%;
		width:80%;
		height:80%;
	}