

/* Image Inventory layaout styles */

.imageInvThumbnail
{
	width: 100; 
	height: 75; 
}

.imageInvUnitCell
{

	
}

.imageInvUnitCaption
{

font-family: Arial;
font-size: 7pt;
}

a.imageInvNavLink
{
	border-style:solid; 
	border-width:1px;
	color: #000000;
	font-family: Arial;
	font-size: 8pt 
}

a:visited.imageInvNavLink
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt
}


a:active.imageInvNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 8pt;
}

a:hover.imageInvNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 8pt;
}


/* End Image Inventory */