table {
	width: 520px;
	height: 390;
	margin: 0 auto;
	padding: 0;
	}

td {
	vertical-align: middle; 
	padding: 0;
	}

div#glrContent { 
	position: absolute; 
	top: 40px; 
	left: auto;
	right: auto;
	margin: 0 auto; 
	padding: 0; 
	display: none; 
	width: 690px; 
	height: 490px; 
	z-index: 1000; 
	text-align: center; 
	background-image: url(img/bgr.gallery.png); 
	background-position: 0 0; 
	background-repeat: no-repeat;
	}

	div#glrContent a { color: #fff; text-decoration: none; }
	div#glrContent a:hover { text-decoration: none; }
	div#glrContent span { color: #333; }
	
	div#glrContent #top { margin: 0px; padding: 0 10px; text-align: center; height: 50px; line-height: 50px; width: 50px; float: left; }
	div#glrContent #pctr { margin: 0; padding: 0; height: 390px; text-align: center; vertical-align: middle; }
		div#glrContent #pctr img{ margin: auto; border: none; }
	div#glrContent #glrNavbar { width: 120px; margin: 0px auto; padding: 0px; text-align: center; height: 50px; line-height: 50px; }
		div#glrContent #glrNavbar a.prev { display: block; float: left; width: 20px; margin: 10px 0 0 0; padding: 0px; text-align: center; height: 20px; line-height: 20px; border:1px solid #FFF; background-image: url(img/arrow.left.gif); background-position: 50% 50%; background-repeat: no-repeat; background-color: #000; }
		div#glrContent #glrNavbar a.next { display: block; float: right; width: 20px; margin: 10px 0 0 0; padding: 0px; text-align: center; height: 20px; line-height: 20px; border: 1px solid #FFF; background-image: url(img/arrow.right.gif); background-position: 50% 50%; background-repeat: no-repeat; background-color: #000; }
			
.thumbsContainer {
	width: 900px; 
	margin: 0 auto; 
	padding: 20px 0;
	}
	.thumb { text-align: center; float: left; margin: 0; padding: 0 0 15px 0; width: 90px;	height: 70px; vertical-align: middle; }
	.thumb img{ margin: auto; border: none; }
	.text { float: left; margin: 0 0 0 8px; padding: 0; width: 555px;	}

