.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {

}

.treeview .hitarea {
	z-index:10px;
	background: url(../i/treeview-default.gif) -64px -19px no-repeat;
	height: 20px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}	
/* fix for IE6 */
* html .hitarea {	display: inline;	float:none;}

.treeview li { 	margin: 0;	padding: 1px 0px 0px 16px;}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../i/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../i/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }


.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.ali1 {cursor: pointer;padding:2px 0px 1px 0px !important;display:block;margin:0 !important; list-style:none;}
.ali1 a {padding:0 0 0 0 !important;margin:0 !important;font: 11px Tahoma;color:#fff !important;text-decoration:none;}
.ali1 a:hover {text-decoration:underline;} 
li.expandable .ali1 a {color:#fff !important;}

.ali2 {padding:2px 0 1px 0;}
.ali2 a{text-decoration:none;color:#fff !important;}
.ali2 a:hover{text-decoration:underline;}
.ali2 a.on{color:#cf4b4a !important;background: url(../i/dot2.gif) no-repeat 8px 4px;}

.ali2 a.lev3{color:#000000;font:11px Arial !important;display:block;padding:2px 0 2px 31px !important;text-decoration:none;background: url(../i/dot3.gif) no-repeat 21px 5px !important;}
.ali2 a.lev3:hover{text-decoration:underline;color:#990000 !important;background: url(../i/dot4.gif) no-repeat 21px 5px !important;}
.ali2 a.lev3on{font:11px Arial !important;color:#cf4b4a !important;background: url(../i/dot4.gif) no-repeat 21px 5px;padding:2px 0 2px 31px !important;}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	}

#imageContainer{
	padding: 9px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


#prevLink{
	width: 49%;
	height: 100%;
	display: block;
	}
#nextLink{
	width: 49%;
	height: 100%;
	display: block;
	}	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
