/* pop-up photos 
------------------------*/
body {
	background:url(main-bg.jpg);
	}
#photo-bg {
	background:url(display-bg.png) no-repeat top left;
	width:520px;
	height:400px;
	}
#photo-bg img {
	margin:17px 0 0 20px;
	}
.Clear {
	clear:both;
	overflow:hidden;
	height:0px;
	}
#thumb-photos {
	width:520px;
	padding:5px;
	}
.thumbs-photos {
	background:url(pic-bg.png) no-repeat top left;
	width:73px;
	height:53px;
	float:left;
	}
.thumbs-photos img {
	cursor:pointer;
	margin:2px 0 0 5px;
	}
