/* CSS Document */
.panelPane {
	overflow: hidden;
	position: relative;
	background-color: black;
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 0;
}
.revealPane { z-index: 100; overflow: hidden; position: relative; border-right: 1px solid black;}
.promo_panel {
	position: relative;
	padding: 0px;
	bottom: 0px;
	visibility: visible;
	background-color: black;
}
.filter_panel {
	position: relative;
	background-color: white;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	}
.panel_toolbar {
	background-image: url(http://www.nativelandz.net/images/slides/toolbar_background.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 405px;
	height: 14px;
	}
.panelCarrier {
	background-repeat: no-repeat;
	height: 217px;
	width: 505px;
	font-family: 'verdana MS',sans-serif;
	font-size: 12px;
	color: #f5efcd;
	}
.panelCarrier a:link { color: #f5efcd; text-decoration: none; }
.panelCarrier a:visited { color: #f5efcd; text-decoration: none; }
.panelCarrier a:hover { color: #f5efcd; text-decoration: none; }
DIV.photoBox {

}
DIV.photoBox img {
border:1px solid #999;
padding:1px;
background-color:#fff;
margin:0px;
display:block;
}
.photoBoxLabel {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color: #666;

}
a.photoBoxLabel {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color: #666;
    text-decoration: none;
    cursor: pointer;

}
A.type1:link    {color:#333399; text-decoration:none;}
A.type1:visited {color:#333399; text-decoration:none;}
A.type1:active  {color:#333399; text-decoration:none;}
A.type1:hover   {color:#333399; text-decoration:underline;}
