
/* =Hoverbox Code   http://host.sonspring.com/hoverbox/ 
 *
 * This is used for printing w/o displaying the hover images on the printed page
 * 
----------------------------------------------------------------------*/

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: none;
}

