
.walltreemenu {
	white-space: nowrap;
}
.walltreemenu img {
	border: 0px;
	vertical-align: middle;
}
.walltreemenu a {

	text-decoration: none;
}
.walltreemenu a.node, .menu a.nodeSel {
	white-space: nowrap;

}
.walltreemenu a.node:hover, .menu a.nodeSel:hover {

	text-decoration: underline;
}
.walltreemenu a.nodeSel {

}
.walltreemenu .clip {
	overflow: hidden;
}

.photogalleryview
{
	width: 280px;

}

.photogallerythumbsbox
{
	height : 50%;
	border: solid 2px #8399AF; 
	overflow: hidden; 
	position: realtive; 

}


.photogallerythumbsbox img{ 
height : 50%;
position: realtive; 
top: 0; 
left: 0; 
border: 0; 

}

	.boxgrid{ 
				width: 280px; 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: realtive; 
					top: 0; 
					left: 0; 
					border: 0; 
				}


			.boxcaption{ 
				position: absolute; 
				background: #000; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.caption .boxcaption {
 					top: 100;
 					left: 0;
 				}
