/* CSS Document */
div.scanthumb{
	width: 165px;
	height: 18em;
	float: left;
	margin: 5px;
	
}

div.scanthumb a img{
	border: 1px solid rgb(0,0,0);
	}
div.scanthumb a:hover img{
	border: 1px solid rgb(147,175,213);	
	}
	
ul#faqlinks{
	background: transparent url(../images/faqwoman.jpg) no-repeat;
	/* bottom padding compensates for inadequate text height due to IE6 lack of min-height support */
	padding: 0 0 80px 160px;
	margin: 10px 0 0 0;
}

div#bigscan{
	width: 555px;
	height: 555px;
	background: transparent url(../images/floatingbkg.gif) no-repeat;
	z-index: 50;
	position: absolute;
	display: none;	
	text-align: center;
	}

div#bigscan img{
	margin: 10px;
}
