/*相册*/
.photo{float:left;width:100%;margin:20px 0;}
.photo .bigImg{float:left;width:100%;height:400px;}
.photo .smallImg{float:left;width:100%;height:100px;margin-top:10px;}
.photo .bigImg ul{float:left;width:100%;height:400px;}
.photo .bigImg ul li{float:left;width:100%;height:400px;overflow:hidden;}
.photo .bigImg ul li img{float:left;width:100%;border:none;}
.photo .bigImg ul li div{position:absolute;top:0;left:0;background:rgba(0,0,0,0.2) none repeat scroll !important; width:100%; height:30px; color:#fff; font-size:16px; font-weight:bold;}
.photo .bigImg ul li div p{ position:relative;margin-left:15px;}/*实现IE文字不透明*/
.photo .smallImg a{float:left;display:block;height:80px;width:20px;}
.photo .smallImg div{float:left;width:806px;height:80px;overflow:hidden;}
.photo .smallImg div ul{float:left;height:80px;width:auto;}
.photo .smallImg div ul li{float:left;width:150px;height:80px;overflow:hidden;margin-left:10px;}
.photo .smallImg div ul li.on img{border:solid 4px #c82d1c;width:142px;height:72px;}
.photo .smallImg div ul li img{float:left;width:150px; height:80px;}
.photo .smallImg a:link,.photo .smallImg a:visited{background-color:#efefef;}
.photo .smallImg a:hover,.photo .smallImg a:focus,.photo .smallImg a:active{background-color:#cfcfcf;}
.photo .smallImg a.sPrev{background-position:0 -75px;}
.photo .smallImg a.sNext{background-position:0 -155px;}