.example {
    display: block;
    position: relative;
    padding:9px 9px 0px 9px;
    margin: 0;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
    background: #fafafa;
	border-radius:5px;
}
.example ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.example li {
    display: block;
    float: left;
    margin: 7px 7px 0px 7px;
    padding: 0;
}
.example li img {
      display: block;
      margin: 0;
}

.example li tt{float:left;width:200px;padding:45px 0 0 16px;font:14px "microsoft Yahei";font-weight:bold;}
.example li tn{float:left;width:200px;padding:3px 0 0 16px;font:12px "microsoft Yahei";}
.example li a{color:#777;}
.example li a:hover{color:#fff;}
.example li p01{float:left;width:380px;height:120px;background:url(../image/cp01e.gif) no-repeat;}
.example li p01:hover{background:url(../image/cp01h.gif) no-repeat;}
.example li p02{float:left;width:380px;height:120px;background:url(../image/cp02e.gif) no-repeat;}
.example li p02:hover{background:url(../image/cp02h.gif) no-repeat;}
.example li p03{float:left;width:380px;height:120px;background:url(../image/cp03e.gif) no-repeat;}
.example li p03:hover{background:url(../image/cp03h.gif) no-repeat;}
.example li p04{float:left;width:380px;height:120px;background:url(../image/cp04e.gif) no-repeat;}
.example li p04:hover{background:url(../image/cp04h.gif) no-repeat;}
.example li p05{float:left;width:380px;height:120px;background:url(../image/cp05e.gif) no-repeat;}
.example li p05:hover{background:url(../image/cp05h.gif) no-repeat;}
.example li p06{float:left;width:380px;height:120px;background:url(../image/cp06e.gif) no-repeat;}
.example li p06:hover{background:url(../image/cp06h.gif) no-repeat;}
.example li p07{float:left;width:380px;height:120px;background:url(../image/cp07e.gif) no-repeat;}
.example li p07:hover{background:url(../image/cp07h.gif) no-repeat;}
.example li p08{float:left;width:380px;height:120px;background:url(../image/cp08e.gif) no-repeat;}
.example li p08:hover{background:url(../image/cp08h.gif) no-repeat;}
.example li p09{float:left;width:380px;height:120px;background:url(../image/cp09e.gif) no-repeat;}
.example li p09:hover{background:url(../image/cp09h.gif) no-repeat;}
.example li p10{float:left;width:380px;height:120px;background:url(../image/cp10e.gif) no-repeat;}
.example li p10:hover{background:url(../image/cp10h.gif) no-repeat;}
.example li p11{float:left;width:380px;height:120px;background:url(../image/cp11e.gif) no-repeat;}
.example li p11:hover{background:url(../image/cp11h.gif) no-repeat;}
.example li p12{float:left;width:380px;height:120px;background:url(../image/cp12e.gif) no-repeat;}
.example li p12:hover{background:url(../image/cp12h.gif) no-repeat;}
.example li p13{float:left;width:380px;height:120px;background:url(../image/cp13e.gif) no-repeat;}
.example li p13:hover{background:url(../image/cp13h.gif) no-repeat;}

.demo {
  display: block;
  position: relative;
  margin: 0 0 50px 0;
}

.body-subcontainer {
  width: 1200px;
  margin: 0 auto;
}

.body-subcontainer.responsive-width-demo {
  width: auto;
  min-width: 380px;
}

.microfiche-controls {
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 5px 0px;
}
.microfiche-bullet {
  display: inline-block;
  cursor: pointer;
  width: 10px; height: 10px;
  border-radius: 6px;
  background: #C70E20;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 5px;
  opacity: 0.25;
  appearance: none;
  border: none;
  outline: none;
  padding: 0;
}
.microfiche-bullet.selected {
  opacity: 1;
}
.microfiche-button {
  margin: 0 15px;
}