/*
 * CSS for gallery
 */
#wrapper {
	position: absolute;
	top: 120px;
	left: 50px;
}

.tn {
	width: 80px;
	height: 100px;
	/* visibility: hidden; */
}

#thumbnail-table {
	border-style: ridge;
	padding: 5px;
	background-color: #c0c0c0;
}
#thumbnail-table td {
	text-align: center;
}
#content-right p {
	font-family: tahoma;
	font-weight: bold;
	color: blue;
}/** * Used for the storage of full-size images */.fs_img {	position: absolute;	left: 400px;	top: 0px;	color: red;}.fs_img ul {	position: absolute;	left: 50px;}.fs_img li {	color: red;}/** * pagination */#thumbnail-table thead a {	color: blue;	text-decoration: none;} #thumbnail-table thead a:hover {	color: purple;	text-decoration: overline;} #thumbnail-table thead tr {	} #thumbnail-table thead ul {	display: inline;} #thumbnail-table th li {	list-style-type: none;	display: inline;	padding: 7px;	height: 15px;}#thumbnail-table #pagination {	float: left;	display: inline;	padding-top: 0px;}#thumbnail-table th li.gallery_index {		}
