.AlignBG_Bottom {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../../images/WhiteBottomGrad.png);
}

#outer {
	height: 100%;
	width: 700px;
	overflow: visible;
	position: relative;
}

#outer[id] {
	display: table;
	position: static;
}
#outerImgGal {
	height: 100%;
	width: 850px;
	overflow: visible;
	position: relative;
}

#outerImgGal[id] {
	display: table;
	position: static;
}

#inner {
	width: 100%;
	overflow: visible;
	position: relative;
}

#inner[id] {
	display: table; position: static;
}

.AlignBG_BR2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/inkdropsTop.jpg);
	vertical-align: top;
}
.tableWhiteTrans {
	background-color: #FFFFFF;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75; 
	opacity: 0.75;
	}