/* $Id: highlight.css,v 1.5 2004/05/21 09:44:00 tim.parry Exp $ */

.highlightOuter {
	float: left;
	width: 166px;
	height: 170px;
	text-align: center;
	overflow: hidden;
	margin: 8px 8px 8px 10px;
}

*html .highlightOuter {
  width: 160px;
}
 
.highlightInner {
	height: 122px;
	width: 122px;
	position: relative;
	margin: auto;
	margin-top: 4px;
	background: #F1F1F1;
	border: solid #999 1px;
}

.highlightInnerImg {
	position: absolute;
	top: 2px;
	left: 102px
}

.highlightTitle{
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}

.highlightInner img{
	border: 0px;
}


