#gallery {
	width: 500px;
	height: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #311266;
	text-align: center;
	background: #f3e8fe;
	}
#gallery td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	}
#gallery img {
	width: 140px;
	height: 90px;
	}
tr.folderName, tr.thumbnail td {
	width: 50%;
	}
tr.folderName td {
	height: 24px;
	}
tr.thumbnail td {
	height: 130px;
	padding-left: 6px;
	}
#folderPix {
	background: url(../_images/frame.gif) no-repeat center 50%;
	}
#inGallery {
	width: 500px;
	height: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #311266;
	text-align: center;
	background: #f3e8fe;
	}
#inGallery td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	}
#inGallery img {
	height: 150px;
	}
tr.smallImage td {
	width: 50%;
	}
#soloImage {
	width: 500px;
	height: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #311266;
	text-align: center;
	background: #f3e8fe;
	}
#soloImage td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	}
#soloImage img {
	height: 375px;
	}
td.lastImage {
	width: 100px;
	text-align: left;
	}
td.nextImage {
	width: 100px;
	text-align: right;
	}
a.pix:link {
	color: #311266; 
	text-decoration: none;
	}
a.pix:visited {
	color: #311266;
	text-decoration: none;
	}
a.pix:hover {
	color: #311266; 
	font-weight: normal;
	text-decoration: none;
	}
a.pix:active {
	color: #311266; 
	text-decoration: none;
	}
a.pix href {
	border: 0;
	}