#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position:absolute;
	left: 100px;
	top: 150px;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index:15;
	cursor: pointer;
	cursor: pointer;
	background-color: #999999;
	color: #CCCCCC;
}

#thumbBox .Footer{ /*Footer DIV of thumbbox that contains "close" link */
	font:10px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color:#B7B8AD;
	padding: 5px 0;
	text-align: right;
	background-color: #ECE9D8;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color:#FFFFFF;
	color: #000000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #0066FF;
background-color: #000000;
padding: 5px;
z-index: 5;
}
.thumbborder {
margin-right:15px;
margin-bottom:10px;
border-width:medium;
border-color:#666666;
border-top-style:ridge;
border-right-style:inset;
border-bottom-style:ridge;
border-left-style:inset;
width:80px;
height:50px;
}
.thumbwide {
margin-right:15px;
margin-bottom:10px;
border-width:medium;
border-color:#0066FF;
border-top-style:ridge;
border-right-style:inset;
border-bottom-style:ridge;
border-left-style:inset;
width:80px;
height:50px;
}
.borderport {
	margin-right:6px;
	margin-bottom:10px;
	border-width:medium;
	border-top-color:#666666;
	border-right-color:#666666;
	border-top-style:outset;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-style:outset;
	border-bottom-style:outset;
	border-left-style:outset;
	width:138px;
	height:105px;
	outline-color: #CCCCCC;
	color: #FFFFFF;
	background-color: #FFFFFF;
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
.bordersquare {
margin-right:15px;
margin-bottom:10px;
border-width:medium;
border-color:#CCCCCC;
border-top-style:ridge;
border-right-style:inset;
border-bottom-style:ridge;
border-left-style:inset;
width:80px;
height:50px;
}
