 .carousel  {
    padding: 10px 0 0 0;
    margin: 10px 0 20px 10px;
    position: relative; 
       
           
}

              
 .prev {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("../images/imageNay.gif") left 60px no-repeat;
    }
       
       .next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("../images/imageNax.gif") left 60px no-repeat;
    }
       
        
                       
    .carousel .jCarouselLite {
        border: 1px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
        }
         
         .carousel li {
            background-color: #fff;
            width: 220px;
            height: 150px;
            margin: 5px;
                     text-align:center;
                     font-size: 11px;
                     font-family: Tahoma;
                     color: #000000;
        }
  

.game_team {
float:left;
text-align:center;
width:100%;
       
              }
              
.game_logos {
float:left;
text-align:center;
width:100%;
height:50px;
margin:5px;
       
              }              
              
.game_score {
float:left;
text-align:center;
width:100%;
color: red;
font-size: 20px;
font-weight:bold;
              }

.game_date {
float:left;
text-align:center;
width:100%;
              }

.game_stadium {
float:left;
text-align:center;
width:100%;
              }              
              
         
             
