.baseball-card-item {
   display: none;
   color: #fff;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 1.2em;
   position: relative;
   width: 215px;
   padding: 22px 0 20px;
   height: auto;
   text-align: left;
   z-index: 1000;
}
.baseball-card-item a {
        color: #FFF;
        font-weight: bold;
        text-decoration: underline;
}

.baseball-card-item .a {
   /* Arrow */
   position: absolute;
   right: 3px;
   top: 50%;
   margin-top: -13px;
   width: 15px;
   height: 25px;
   background: transparent url(images/baseball-card-arrow-right-trans.png) top left no-repeat;
}

.baseball-card-item .l {
   /* Arrow */
   position: absolute;
   left: -15px;
   top: 50%;
   margin-top: -13px;
   width: 15px;
   height: 25px;
   background: transparent url(images/baseball-card-tip-left-trans.png) top left no-repeat;
}

.baseball-card-item .m {
   width: 131px;
   padding: 0 33px;
   background: transparent url(images/baseball-card-middle.gif) top left repeat-y; /* ie6 would only work with a gif here */
   }

@-moz-document url-prefix()
{
.baseball-card-item .m { overflow: hidden; }
}

.baseball-card-item .t {
   /* Top */
   position: absolute;
   top: 0;
   left: 0;
   height: 22px;
   width: 197px;
   background: transparent url(images/baseball-card-top-trans.png) top left no-repeat;
}

.baseball-card-item .b {
   /* Bottom */
   position: absolute;
   bottom: 0;
   left: 0;
   height: 20px;
   width: 197px;
   background: transparent url(images/baseball-card-bottom-trans.png) top left no-repeat;
}