#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
	background-color:#eee;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 60% Verdana;
line-height: 1.1em;
color: black;
padding: 5px 10px 0px 0px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
#prodimage {
	float: left;
	position: relative;
	width: 220px;
	padding: 10px 5px 0px 5px;
	border: none;
	min-height: 200px;
	height:auto !important;
  	height:200px;

}
#prodexpimage {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 1;
}
#prodimage img {
	border: none;
}

#prodhighlight {
	float: right;
	width: 238px;
	padding: 0px 5px 5px 5px;
}

#prodthumbs {
	float: left;
	clear: left;
	width: 300px;
}
#prodthumbs .athumb {
	padding: 10px 5px 10px 5px;
	float: left;
	clear: none;
}
