.resultsTable {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	float:left; border:0px solid red;
	}
a:link,a:visited,a:hover,a:active {
	color:#000;
	text-decoration:none;

}
.modelName {
	
	margin:-32px 0px 0px 0px !important;/*  align div tag with bottom of parent cell */
	margin:-28px 0px 0px 0px; /* align div tag with bottom of parent cell in IE */
    padding:0px;
	height:32px;
	text-align:center;
	background: #fff; 
	filter: alpha(opacity='65'); /* 50% opacity for IE */
	/*zoom:1;  applies opacity to IE element that has not been positioned */
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65; /* 50% opacity for all modern browsers */
	cursor:pointer;	
	z-index:1;
}
.modelNameOn 
{
	margin:-32px 0px 0px 0px !important; /* align div tag with bottom of parent cell */
	margin:-28px 0px 0px 0px; /* align div tag with bottom of parent cell in IE */
    padding:0px;
	height:32px;
	text-align:center;
	background: #fff; 
	filter: alpha(opacity='85'); /* 50% opacity for IE */
	/* zoom:1; applies opacity of IE element that has not been positioned */
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85; /* 50% opacity for all modern browsers */
	cursor:pointer;
	z-index:1;	
}

.mdlName 
{		
	z-index:200;
	filter: alpha(opacity='100')\9; /* 50% opacity for IE */
	/* zoom:1; applies opacity of IE element that has not been positioned*/ 
	-moz-opacity:0.99\9;
	-khtml-opacity: 0.99\9;
	opacity: 0.100\9; /* 50% opacity for all modern browsers */		
	margin:-28px 0 0 0;
	/* IE 7*/
	*margin:185px 0 0px -155px;
	padding:0;
	line-height:11px;
	float:left !important;
	float:left;
	position:absolute !important;
	position: absolute;
	width:136px !important;
	width:136px;
	width:auto;
	height:20px;
	text-align:center;
	font-family:"Century Gothic", Arial;
	font-size:11px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	text-transform: uppercase;
	border:0px solid #FF00FF;		
	
}

.imgHold {
	width:136px;
	height:210px;
	overflow:hidden;
	border:0px solid #FF00FF;
	position:relative;

}

/* CSS cheat to link a background image*/
#ImgLink a {
	display:block;
	width:136px;
	height:150px;
	text-align:center;

}
#ImgLink a span {
	visibility:hidden;

}

/* PAGE TRANSITION */
#page-fade {
	display:none;
	position: absolute;
	/*_position: absolute;  hack for internet explorer 6*/
	width: 100%;
	/*height:73.994%;*/
	height:430px;
	margin-top:0px\9;
	margin-top:0px;
	left:0;
	text-align:center;
	/* background:#fff;*/
	color:#000000;
	z-index:1;
	border:0px solid #9900FF;
	}
	
