body { color: #eee; } 
#content { height: 300px; background-color: #37414a; }

#stage { width: 900px; height: 300px; overflow: auto; position: relative; }
#stage div.item {  }

h2 { display: none; }

#prev { width: 16px; height: 18px; position: absolute; background: #37414a url(../img/home_arrow_sprite.jpg) 0px -1px no-repeat; top: 272px; left: -20px; cursor: pointer; }
#prev:hover { background-position: 0px -27px; }

#next {  width: 16px; height: 18px; position: absolute; background: #37414a url(../img/home_arrow_sprite.jpg) 1px -47px no-repeat; top: 272px; right: -20px; cursor: pointer;}
#next:hover { background-position: 1px -67px; }

#play { color: #606b72; font-size: 11px; text-align: right;  position: absolute; top: 120px; right: 0px; text-transform: uppercase; }
#play:hover { color: #717c83; text-decoration: none; cursor: pointer; }

/* preloader stuff */
#preloader { visibility: hidden; position: absolute; top: 135px; left: 350px; z-index: 9000; width: 200px; height: 30px; }
#box	{ border:1px solid #5f6f7c; width:200px; height:10px; background-color: #37414a;}
#perc	{ background:#5f6f7c; height:10px; }
#text   { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#5f6f7c; padding:3px 0 0 10px; text-align: center; background: transparent; }