#swatchPreview{
	border: 2px #808080 solid;
	display: none;
	left: 0px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 150px;
	z-index: 999;
}

#swatchImg{
	border: 1px #000000 solid;
}

#swatchText{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

.swatchFull{
	border: 1px transparent solid;
}

.swatchFull:hover{
	border: 1px #000000 solid;
}