#discography {
  background-image: url("../images/discography/bg.jpg");
}

/* Buttons */

#discography > .buttons > .home {
  left: 1117px;
  top: 26px;
}


/* ---------- Disc Buttons ----------- */
#discography > .discs { }

#discography > .discs > div {
	position: absolute;
}

#discography > .discs > #disc_1999  {
	left: 254px;
	top: 414px;
	width: 156px;
	height: 140px; 
}

#discography > .discs > #disc_2000  {
	left: 232px;
	top: 261px;
	width: 152px;
	height: 133px; 
}

#discography > .discs > #disc_2002  {
	left: 425px;
	top: 193px;
	width: 138px;
	height: 143px; 
}

#discography > .discs > #disc_2004  {
	left: 573px;
	top: 90px;
	width: 140px;
	height: 142px; 
}

#discography > .discs > #disc_2006  {
	left: 718px;
	top: 193px;
	width: 142px;
	height: 143px; 
}

#discography > .discs > #disc_2008  {
	left: 898px;
	top: 261px;
	width: 152px;
	height: 143px; 
}

#discography > .discs > #disc_2008H  {
	left: 880px;
	top: 415px;
	width: 155px;
	height: 140px; 
}


#record_panel {
  background-image: url("../images/discography/record.png");
  position: absolute;
  width: 136px;
  height: 136px;
  left: 573px;
  top: 477px;
  -webkit-animation-name: record_spinner;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes record_spinner
{
    0%     { -webkit-transform: rotate(0deg);   }
    100%   { -webkit-transform: rotate(360deg); }
}