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

.jmakiBackround {
  background: #000000;
}

.jmakiFont {
  color : #FFFFFF;
  font-size : 1.2em;
}

.revolverContent {
}

.revolverTitleLink {
  text-decoration : none;
}

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

.revolverTitle {
  clear : both;
  position : relative;
  bottom :0;
  margin-top : -35px;    
  text-align : center;
  font-size : 15px;
  height: 35px;
}

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

#container .aarrowRight { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src=/images/arrow-r.png);cursor:pointer;position : absolute }
#container .aarrowLeft { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src=images/arrow-l.png);cursor:pointer;position : absolute }
