.revolver {
  width : 100%;
  height : 100%;
}

.jmakiBackround {
  background: #000000;
}

.jmakiFont {
  color : #4c4c4c;
  font-weight:bold;
  font-size : 1.2em;
}

.revolverContent {
}

.revolverTitleLink {
  text-decoration : none;
}

.revolverTitleLink:hover {
  cursor: pointer;
  text-decoration : underline;
}

.revolverTitle {
  clear : both;
  position : relative;
  bottom :0;   
  text-align : center;
  font-size : 15px;
  height: 35px;
  color:#8a9050;
  font-family: FrutigerNextLT Light Cond, Verdana, Arial, Helvetica, sans-serif;
}

.arrowRight { background: url(../revolver/images/arrow-r.gif) top right;width:40px; height:30px;background-repeat: no-repeat;cursor:pointer;position : absolute }
.arrowRight:hover { background: url(../revolver/images/arrow-shadow-r.gif) top right;width:40px; height:30px;background-repeat: no-repeat;cursor:pointer;position : absolute }
.arrowRightHover { background: url(../revolver/images/arrow-shadow-r.gif) top right;width:40px; height:30px;background-repeat: no-repeat;cursor:pointer;position : absolute }
.arrowLeft { background: url(../revolver/images/arrow-l.gif) top right;width:40px; height:30px;background-repeat: no-repeat;cursor:pointer;position : absolute }
.arrowLeft:hover{ background: url(../revolver/images/arrow-shadow-l.gif) top right;width:40px; height:30px;background-repeat: no-repeat;cursor:pointer;position : absolute }
.arrowLeftHover{ background: url(../revolver/images/arrow-shadow-l.gif) top right;width:40px; height:30px;background-repeat: no-repeat;cursor:pointer;position : absolute }
