﻿
 .shape
  {
    background-color:#fff;
    opacity:0.70;
    filter:alpha(opacity=60);
    border:solid 7px #e5eeff;
    cursor:pointer;
  }
  .shape-Click
  {
    background-color:#fff;
    opacity:0.100;
    filter:alpha(opacity=160);
    border:solid 7px #e5eeff;
      cursor:pointer;
  }

  .Next-Pre
  {
   width:60px;
  }
  .Next-Pre a
  {
   color:#5e5e5e;
   font:normal 11px verdana;
    text-decoration:none;
  }
  .Next-Pre a:hover
  {
   text-decoration:underline;
  }
  .counter
  {
  width:100%;
   text-align:center;
   font:normal 11px verdana;
       
  }
  .counter a
  {
   color:#c0ae00;
   text-decoration:none;
  }
  .counter a:hover
  {
   text-decoration:underline;
  }
