/* COMMON CLASSES */
.break { clear:both; }
/* CONTENT */
/* DJ */
#dj { width:400px; margin:0 auto; float:right; }
.center { margin:0 auto; width:128px; }
#playbutton { text-align:center; cursor:pointer; width:128px; }

.vinyl { width:80px; height:80px; float:left; margin:0 5px; }
#vinyl1 { background-image:url("images/vinyl1.png"); }
#vinyl2 { background-image:url("images/vinyl2.png"); }

.needle { width:15px; height:23px; position:absolute; background-image:url("images/needle.png"); z-index:99; }
#needle1 { margin-left:55px; margin-top:-14px; }
#needle2 { margin-left:147px; margin-top:-14px;}

#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; }