body{
/*background:#232323;
color:white;*/
}
#stage-container{
margin: 5px auto;
width: 420px;
}
#stage-container .text{text-align: center;}
#stage-container a{outline: none;}

/* — STAGE — */

#stage-container #wrapper{
overflow:hidden;
margin: 0px auto;
width:360px;
height:55px;
background: url(images/stage1.jpg);
position: relative;
}
#stage-container #items{
margin:0px;
padding:0px 6px;
list-style:none;
width:5000px;
position: relative;
}
#stage-container #items li{
float:left;
list-style:none;
margin-right:5px;
padding: 6px 6px;
margin-top: 5px;
text-align: center;
}
/*#stage-container #items li a #icon{
background:transparent url(images/h4.gif) repeat scroll 0 0;
font-size:1.65em;
height:36px;
margin-left:0.6em;
padding-bottom:5px;
position:relative;
text-align:center;
width:35px;
}*/

/* — BUTTONS — */

#stage-container #moveleft{
float: left;
background: url(images/left.gif);
}
#stage-container #moveright{
background: url(images/right.gif);
float: right;
}
#stage-container #moveright,#moveleft{
height: 20px;
width: 20px;
display: block;
z-index: 10;
text-indent: -3000em;
margin-top: 18px;
}
 
#dateBG {
background:transparent url(images/h4.gif) repeat scroll 0 0;
font-size:1.65em;
height:36px;
margin-left:0.6em;
padding-bottom:5px;
position:relative;
text-align:center;
width:35px;
}