#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: 520px;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	height: 420px;
	background-image: url(../images/thumb_viewer_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Arial;
	line-height: 1.1em;
	color: #FFFFFF;
	padding: 12px 0;
	text-align: right;
	padding-right: 27px;
	background-image: url(../images/thumbviewer_close.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#thumbBox .footerbar a:link, #thumbBox .footerbar a:visited, #thumbBox .footerbar a:active{
	color:#FFFFFF;
}

#thumbBox .footerbar a:hover{
	color: #58bac3;
}

#thumbBox .footerbar a:focus {
    outline: 1px dotted #5a5c5e;
}


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

#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;
}

.glossymenu a.menuitem{
	display: block;
	width: 230px;
	text-decoration: none;
	height: 173px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(../images/thumbviewer_link_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	background-image: url(../images/thumbviewer_link_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/thumbviewer_link_bk_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
