.revolver {
  width : 95%;
  height : 350px;
  border : 0px solid #FFFFFF;
}

.revolverContent 
{
}



.revolverTitleLink {
  text-decoration : none;
  color : #000000;
}

.revolverTitleLink:hover {
	cursor: pointer;
	text-decoration : underline;
	color : #000000;
}


.revolverTitle {
  width : 95%;
  clear: both;
  text-align : center;
  font-size : 15px;
  height: 35px;
  color : #FFFFFF;
}



.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 }


.logo { background: url(images/jmaki-seal-s.png) top right;width:50px; height:40px;background-repeat: no-repeat }

