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

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


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

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #0066FF;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.thumbborder {
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;
}
.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:15px;
margin-bottom:10px;
border-width:medium;
border-top-color:#0066FF;
border-right-color:#0066FF;
border-top-style:outset;
border-bottom-color:#0066FF;
border-left-color:#0066FF;
border-right-style:outset;
border-bottom-style:outset;
border-left-style:outset;
width:120px;
height:95px;
}
.bordersquare {
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;
}
