h2
{
	color: #0098da;
	border-bottom: 1px solid #0098da;
	font-size:18px;
	font-weight: normal;
	margin: 0 15px 0 0;
	padding: 0;
	overflow: hidden;
}

#thumbnails
{
	margin-top: 16px;
	background-color: #EEF5FB;
	float: right;
	margin: 15px 16px 15px 0;
	width: 350px;
	overflow: hidden;
	padding: 0 0 0 15px;
}

#thumbnails img
{
	border: 1px solid black;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 10px 10px 0 0;
	width: 75px;
}

#popup
{
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 150px;
	z-index: 1;
}

.popupContainer
{
	left: 0px;
	margin: auto;
	position: relative;
	text-align: left;
	top: 0px;
	width: 992px;
}

.popupHeader
{
	background-image: url(../images/popupBackground.gif);
	color: #036;
	position: relative;
	right: 0px;
	text-align: right;
	top: 0px;
	width: 400px;
}

.popupFooter1
{
	background-image: url(http://www.opalescence.com/images/popupBackground.gif);
	color: #036;
	font: normal normal bold 12px/normal arial, Helvetica, sans-serif;
	position: relative;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 400px;
}

.pageLinks
{
	width: 340px;
	overflow: hidden;
	text-align: right;
	padding: 10px 0;
}

