@charset "utf-8";
/* CSS Document */

/* gallery stylings */

div#thumb{
	width:150px;
	height:150px;
	overflow:visible;
	position:static;
	padding: 3px 3px 3px 3px;
	float:left;
	background-image:url(images/layout/thumbBG.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

img.thumbImage{
	position:relative;
	left: -50px;
	top: -50px;
}

div#lightbox{
	position:absolute;
	left: -50%;
	top:-144px;
	width: 300px;
	height: 1px;
	background-color:#000;
	z-index:150;
	text-align:center;
	padding: 40px 40px 40px 40px;
	overflow:hidden;
	
	background-position:50% 50%;
	background-repeat:no-repeat;
}

div#LBNext{
	position: absolute;
	right: 0px;
	top: 90px;
	z-index:155;
	outline:#000 none;
	-moz-outline: 0 none;
}

div#LBPrev{
	position: absolute;
	left: 0px;
	top: 90px;
	z-index:155;
	outline:#000 none;
	-moz-outline: 0 none;
}

div#LBClose{
	position:absolute;
	top: 10px;
	right: 10px;
	z-index:155;
	outline:#000 none;
	-moz-outline: 0 none;
}

div#LBImageHolder{
	position:absolute;
	z-index:153;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	text-align:center;
}

img#LightImg{
	z-index:153;
	position:relative;
	padding: 20px 20px 20px 20px;
	margin-top:10%;
	position:relative;
}

div#loadingBar{
	background-image:url(images/layout/galleryLoadingBar.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width: 100px;
	height: 100px;
	margin-left: 35px;
}
