
/* gallery stuff for colin to clean up as needed used only on init, script takes over after this */

#overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

#panel-holder{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	z-index: 10;
	margin-left: -400px;
	margin-top: -300px;
	height: 592px;
	background-color: #fff;
/*	border: solid 2px #fff;*/
	
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

#gallery {
	position: relative;
}

#gallery-image{
	height: 432px;
	width: 800px;
	overflow: auto;
	text-align:center;
	background: #B1BCC5;
}

#gallery-image img {
	border: 4px solid white;
}

#gallery-thumbnails{
	height: 170px;
	width: 800px;
	background: #B1BCC5;
	margin: 0 0 5px 0;
	overflow: auto;
	white-space: nowrap;
	direction: lft;
}

img.gallery-thumbnail {
	cursor: pointer;
	margin: 0 4px;
	background: #fff;
}

#gallery-prev,
#gallery-next	{
	position: absolute;
	top: 190px;
}

#gallery-prev {
	left: -45px;
}

#gallery-next {
	right: -45px;
}

#gallery-prev a,
#gallery-next a {
	border-bottom: 0;
}

#btn-close {
	position:absolute; 
	top: 18px; 
	right: 18px;
}
