#closeButton{ top: 4px; right: 0px; }
#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

img.lightboxSmallImage{
	cursor: -moz-zoom-in;  /* mozilla */
	cursor: -webkit-zoom-in;  /* safari */
}

img#lightboxImage{
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}

#overlay{
	background: url(../images/lightboxOverlay.png);
}

#shadowNE{
	background: url(../images/lightboxShadowNE.png) no-repeat top right;
}
#shadowSW{
	background: url(../images/lightboxShadowSW.png) no-repeat bottom left;
	padding: 8px 0px 0px 8px;
}
#shadowSE{
	background: url(../images/lightboxShadowSE.png) no-repeat bottom right;
}
#shadowNW{
	background: url(../images/lightboxShadowNW.png) no-repeat top left;
	padding: 4px 0px 0px 4px;
	position: relative;
	top: -8px;
	left: -8px;
}
