/* DJ */
#dj { width:100%; margin:0 auto; overflow:hidden; }
.center { margin:0 auto; width:128px; }
#playbutton { text-align:center; cursor:pointer; width:128px; }

#dj .item { position:relative; }
.needle { width:50px; height:76px; position:absolute; top:0; right:50px; background-image:url("../images/needle.png"); z-index:99; }


#buttons { z-index:9999; clear:both; }
#buttons img { cursor:pointer; }
#buttons div { float:left; margin-top:25px; }
#leftbtns { margin-left:60px; }
#rightbtns { margin-left:120px; }

