/*
 * jquery.mb.components
 * Copyright (c) 2001-2010. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
 * email: mbicocchi@open-lab.com
 * site: http://pupunzi.com
 *
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
*/



#wrapper{
    margin-top:20px;
    display:none;
    margin:auto;
    width:300px;
    height: 250px;
    position: relative;
}

#myScroll{
    border:none;
    height: 250px;
}


#myScroll .scrollEl {
    background: url("/assets/game-scroller/images/bg_scheduleRotator.png") no-repeat scroll center 15px transparent !important;
    border: 1px solid #DDDDDD;
    height: 100%;
    padding: 20px 5px 5px;
    text-align: center;

}
#myScroll1 .scrollEl{
    display:none;
    border:1px solid #ddd;
    padding:10px;
    padding-top:40%;
    color:white;
    height:100%;
    text-align:center;

}


#controls div, #controls1 div{
    margin-top:5px;
    background:#fff;
    display:inline-block;
    padding:6px;
    cursor:pointer;

}

#controls div.positiondisplay{
    background:#000;
    color:#fff;
    cursor:default;
}


#myScroll1{
    float:left;
    margin-right:20px;
}

#controls .sel, #controls1 .sel{

}
#controls .disabled, #controls1 .disabled{
  //  color:gray;
}
#controls .page, #controls1 .page{
    padding:5px;
 }



.gameDate {
    letter-spacing: 1px;
    line-height: 0;
    margin: 0;

}

.gameChannel {

     line-height: 0;
margin: 0;

}

.gamePlay{
line-height: 0;
    margin: 0;

}

.scheduleBtns {

    line-height: 15px;
    margin: 0;
    padding: 0 0 10px 8px;
    width: 285px;

}


.scheduleBtns a {
    color: #636363;
    float: left;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 93px;
}



#scheduleBlock a {
    text-decoration: none;
}

.scheduleBtns a:hover {
  background: url("http://www.baltimoreravens.com/media/schedule_btn_hover.png") repeat-x scroll 0 0 transparent;
}


.prev {
    position: absolute;
    top:130px;
    left: 10px;
}

.next {
    position: absolute;
    top:130px;
    left: 250px;
}

 .scheduleBtns .tickets a {

width:99px;

}

 .scheduleBtns .fullSchedule a {
width:100px;
}

 .scheduleBtns .calendar a {
width:99px;

}




