#panoHolder,
#galleryHolder	{
	position:absolute;
	width:1px;
	height:1px;
	display:none;
	z-index:90000;
	background:black url('http://www.myvisuallistings.com/resources-deluxe-html/images/loading.gif') no-repeat;
	background-position:50% 50%;
	overflow:auto;
	scrollbar-face-color: #333; /*/ obviously change this to whatever you want /*/
    scrollbar-arrow-color: grey;
    scrollbar-highlight-color: grey;
    scrollbar-3dlight-color:grey;
    scrollbar-shadow-color: grey;
    scrollbar-darkshadow-color: grey;
    scrollbar-track-color: grey;
}

#galleryHolder #linkHolder {
	display:block;
	position: fixed;
	top:0;
	left:0;
	z-index:100000;
	width:100%;
	text-align:right;
	height:20px;
	padding-top:10px;
	background: transparent url('http://www.myvisuallistings.com/resources-public/generate-gallery/galley-gradient.png') repeat-x;
}

#galleryHolder #linkHolder a.closeButton	{
	background:url('http://www.myvisuallistings.com/resources-public/generate-gallery/close-gallery.gif') no-repeat;
	width:102px;
	height:16px;
	font-size:0px;
	display:block;
	float:right;
	margin-top:7px;
	opacity:1;
	filter:alpha(opacity=100);
	margin-right:40px;
	top:0;
	position:relative;
	color: black;
}

#galleryHolder #linkHolder a.closeButton:hover	{
	opacity:0.5;
	filter:alpha(opacity=50);
	}
