#productsTable{
	position:relative;
	top:40px;
}

.productImageBox
{
	width:202px;
	height:136px;
}

.productImageBox img
{
	position:relative;
	left:1px;
	top:1px;
	cursor:pointer;
}


.productImageBox:hover
{
	background-color:#000000;
}

.productTitle
{
	color:#000000;
	font:Helvetica;
	font-family:Helvetica;
	font-size:12px;
	position:relative;
	left:0px;
	margin:0 2 0 0;
	padding:2px;
	top:4px;
}