#replacedPlease {
	background: url("site images/replacetext-Please.gif");
	height: 30px;
	width: 110px;
	margin-right: 5px;
	margin-top: -12px;
}

#content {
	min-height: 435px;
	height: 435px;
}

#content div {
  position: relative;
	left: 50%;
	width: 550px;
	margin-left: -275px;
	padding-top: 20px;
	z-index: 500;
}

#content ul {
	margin: 0px 0px 0px -105px; /* margin-left: 770(ul.width) / 2 - 275(div.margin-left) */ 
	padding: 50px 0px 0px 0px;
	height: 250px;
	width: 770px;
}

#content ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	position: relative;
	top: 199px;
	padding: 199px 44px 0px 44px; /* 144(select.width) + 44 + 44 = 234 (image width) */
	z-index: 0;
}


#content ul li#vertCategory {
	background: url("site images/designsVerticalAlbum.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 74px; /* 44 + 30 additional */
}

#content ul li#clasCategory {
	background: url("site images/designsClassicAlbum.gif");
	background-repeat: no-repeat;
}

#content ul li#panoCategory {
	background: url("site images/designsHorizontalAlbumNarro.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 74px; /* 44 + 30 additional */
}

#content ul li select {
  width: 144px;
	padding: 0px 0px 0px 0px; 
	border-color: #ffb606;
	border-style: solid;
	border-width: 1px;
	background-color: #222222;
  color: #FFFFFF;
}

.withSquiggle {
	background-position: 250px 95%;
}