#replacedWe {
	background: url("site images/replacetext-We.gif");
	height: 30px;
	width: 50px;
	margin-right: 5px;
	margin-top: -12px;
}

#content p {
  position: relative;
	left: 50%;
	width: 540px;
	margin-left: -270px; /*   540 / 2   */
	padding-top: 20px;
	z-index: 500;
}

#content {
	min-height: 435px;
	height: 435px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
}


#content ul {
	list-style: none;
	position: relative;
	
  display: block;
	top: 25px;
  left: 50%;
	z-index: 50;
	width: 950px;
	margin-left: -475px;
	padding: 0px;
}

#content ul li {
  display: inline;
	float: left;
	position: relative;
	width: 187px;
	height: 187px;
	padding: 0px;
}

#content ul li a {
	display: block;
	width: 187px;
	padding-top: 155px;
	margin: 0px 0px;
}


#tango {
	background: url("site images/covers_tango.gif");
	background-repeat: no-repeat;
}
#leather {
	background: url("site images/covers_leather.gif");
	background-repeat: no-repeat;
}
#metal {
	background: url("site images/covers_metal.gif");
	background-repeat: no-repeat;
}
#canvas {
	background: url("site images/covers_canvas.gif");
	background-repeat: no-repeat;
}
#other {
	background: url("site images/covers_other.gif");
	background-repeat: no-repeat;
}
/*
#verticalAlbum, #classicAlbum, #panoramicAlbum {
	display: block;
	position: absolute;
	text-indent: -5000px;
  background-repeat: no-repeat;
	/*border: solid white;*/
/*	z-index: 0;
}

#verticalAlbum {
	background: url("site images/albumsVerticalAlbum.gif");
	height: 222px;
	width: 249px;
	top: 0px;
	right: 244px; /* panoramicAlbum.right + panoramicAlbum.width */
/*}

#classicAlbum {
	background: url("site images/albumsClassicAlbum.gif");
	height: 244px;
	width: 249px;
	top: 222px;
	right: 244px; /* panoramicAlbum.right + panoramicAlbum.width */
/*}

#panoramicAlbum {
	background: url("site images/albumsPanoramicAlbum.gif");
	height: 466px;
	width: 194px;
	top: 0px;
	right: 50px;
}*/