div.fadenav
          {
              position: absolute;
              bottom: 8px;
              right: 8px;
          }
          
          
          div.fadenav a
          {
              display: block;
              background-color:#C7CFD7;
              width: 8px;
              height: 8px;
              margin: 0 0 0 2px;
              float: left;
              overflow: hidden;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              border: 1px solid #15158E;
              font-family:sans-serif;
              font-size:0px;
              line-height:0px;
              text-decoration:none;
              color:#000;
              text-align:center;
              
          }
          
          div.fadenav a:hover
          {
              text-decoration: none;
              border-color: #fff;
          }
          div.fadenav a.current
          {
              background: #4545BC;
              color:#ccc;
          }
          .effectContainer
          {
              margin: 0 0 2em 0;
          }
          #featureContainer .effectContainer
          {
              width: 513px;
              height: 297px;
              overflow: hidden;
          }
          #featureContainer.HP .effectContainer
          {
              width: 782px;
              height: 300px;
              overflow: hidden;
          }
          .slide div
          {
              width: 300px;
              height: 200px;
          }