body {
  background-color:#221E1F;
  color: #a4a4a4;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

img {
  border: 0;
}

p {
  margin-bottom: 1em;
}

#artists {
  height: 260px;
  margin-bottom: 20px;
}

#bkgnd {
  background-color:#221E1F;
  background-image: url("/images/single_bkgnd.jpg");
  background-repeat: no-repeat;
  background-position: top;
}

#buy {
  left: 0px;
  position:absolute;
  top: 570px;
}

#container {
  height: 720px;
  left: 50%;
  margin-left: -480px;
  position: absolute;
  width: 960px;
}

#desc {
  float: left;
  margin-left: 10px;
  padding-top: 5px;
  width: 250px;
}

#footer {
  height: 80px;
  left: 50%;
  position: absolute;
  margin-left:-67px;
  top: 1450px;
  width: 135px;
}

#footer img {
  float: right;
}

#gallery {
  display: block;
  height: 600px;
  overflow: hidden;
  width: 1025px;
}

#gallery .gallery_item {
  float: left;
  margin: 0 10px 10px 10px;
  width: 183px;
}

#gallery_container {
  position: absolute;
  left: 50%;
  margin-left:-507px;
  top: 750px;
  width: 1025px;
}

#gallery_nav {
  display: block;
  height: 40px;
  margin: 5px 0 10px 10px;
}

#gallery_pagination {
  float: right;
}

#gallery_pagination a, #gallery_pagination span {
  float: left;
}

#gallery_pagination a {
  background-color: #000;
  text-decoration: none;
	color: #fff;
}

#gallery_pagination a, #gallery_pagination span {
  display: block;
  float: left;
  font-size: 120%;
  padding: 0.5em 0.7em;
  margin-right: 5px;
	margin-bottom: 5px;
}

#gallery_pagination .current {
  background-color: #c30000;
  color: #fff;
}

#gallery_pagination a.next {
  text-indent:-999em;
  cursor:pointer;
  background:transparent;
  overflow:hidden;
  
  background:url('/images/next_page.gif') no-repeat 0 0px;
  display: block;
  width:112px;
  height:18px;
  
  padding: 0;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

#gallery_pagination a.next:hover {
  background-position:0 -18px
}

#gallery_pagination a.prev {
  text-indent:-999em;
  cursor:pointer;
  background:transparent;
  overflow:hidden;
  
  background:url('/images/previous_page.gif') no-repeat 0 0px;
  display: block;
  width:152px;
  height:18px;
  
  padding: 0;
  margin-top: 5px;
  margin-right: 15px;
}

#gallery_pagination a.prev:hover {
  background-position:0 -18px
}



#links {
  left: 441px;
  position: absolute;
  top: 624px;
}

#link_rhymesayers a {
  background:url('/images/link_rhymesayers.gif') no-repeat 0 0px;
  width:114px;
}

#link_rhymesayers a:hover {
  background-position:0 -24px;
}

#link_fifthelement a {
  background:url('/images/link_fifthelement.gif') no-repeat 0 0px;
  width:135px;
}

#link_fifthelement a:hover {
  background-position:0 -24px;
}

#link_myspace a {
  background:url('/images/link_myspace.gif') no-repeat 0 0px;
  width:73px;
}

#link_myspace a:hover {
  background-position:0 -24px;
}

#link_facebook a {
  background:url('/images/link_facebook.gif') no-repeat 0 0px;
  width:62px;
}

#link_facebook a:hover {
  background-position:0 -24px;
}

#make_your_own {
  text-indent:-999em;
  cursor:pointer;
  background:transparent;
  overflow:hidden
}

#make_your_own a {
  background:url('/images/make_your_own.gif') no-repeat 0 0px;
  display: block;
  width:163px;
  height:18px;
}

#make_your_own a:hover {
  background-position:0 -18px;
}

#single {
  background-color: #231f20;
  height: 390px;
  left: 150px;
  position: absolute;
  top: 144px;
  width: 666px;
}
  
#single_album_cover {
  float: left;
  width: 378px;
}

#single_content {
  margin: 9px;
}

#single_flag {
  float:right;
  text-indent:-999em;
  cursor:pointer;
  background:transparent;
  overflow:hidden;
  margin: 5px 0;
}

#single_flag a {
  background:url('/images/flag_big.gif') no-repeat 0 0px;
  display: block;
  width:20px;
  height:20px;
}

#single_flag a:hover {
  background-position:0 -20px;
}

#single_rating {
  float: left;
  height: 20px;
  margin: 5px 0;
  width: 110px;
}

.external_link {
  float:left;
  text-indent:-999em;
  cursor:pointer;
  background:transparent;
  overflow:hidden;
}

.external_link a {
  display: block;
  height:24px;
}

.gallery_flag {
  float:right;
  text-indent:-999em;
  cursor:pointer;
  background:transparent;
  overflow:hidden;
  margin: 5px 0;
}

.gallery_flag a {
  background:url('/images/flag.gif') no-repeat 0 0px;
  display: block;
  width:13px;
  height:13px;
}

.gallery_flag a:hover {
  background-position:0 -13px;
}

.gallery_item .album_cover {
  height: 161px;
  width: 183px;
}

.gallery_stars {
  float: left;
  margin: 5px 0;
}

.gallery_title {
  padding: 0 0 10px 10px;
}

.ptext {
  padding: 0 4px;
}