
	UL.series LI { 
		display: block;
		float: left; 
		margin: 30px 0.5% 0.5% 0.5%;
		}
	UL.series LI A {
		display: block;
		height: 100px; width: 120px;
		margin: 10px;
		padding: 10px;
		border: solid 1px #ccc;
		text-align: center;
		background: #666;
		background-position: center center;
		color: white;
		border-radius: 1em;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		}
	UL.series LI A:hover {
		height: 120px; width: 140px;
		margin: 0px;
		text-decoration: none;
		}

	UL.series LI A SPAN {
		display: block;
		padding: 0.5em;
		border-radius: 1em;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		background-image: url('ShadeBG_20percent.png');
		background-position: center center;
		background-repeat: repeat;
		}

		
/* THUMBNAIL/IMAGE PAGE */

			UL.thumbnails LI { 
				display: block; float: left; margin: 1%;
				
				}
				
			UL.thumbnails IMG {
				border-width: 0px;
				}

			A.thumblink {
				display: block; 
				background-color: #ccc;
				background-position: center center;
				width: 100px; height: 100px; margin: 10px;
				}

			A.thumblink:hover {
				width: 120px; height: 120px; margin: 0px;
				}


			IMG.thumbnail {		width: 100px; height: 100px;   
				}
			IMG.thumbnailover {	width: 120px; height: 120px; 
				}

			
			.imageblock {
						display: none;
						position: absolute; top: 0px; left: 0px; 
						z-index: 1;
						width: 100%; height: 100%; 
						background: white;
						text-align: center;
					}
			.imageblock A.X {
						display: block;
						position: absolute; top: 20px; right: 20px;
						z-index: 50;
						padding: 0.2em 0.8em;
						font-size: 20px;
						color: black; text-decoration: none;
						background: #ccc;
						-moz-border-radius: 1em;
						-webkit-border-radius: 1em;
						border-radius: 1em;
					}
			.imageblock A.X:hover {	background: black; color: white; }
			
			TABLE, TR, TD { width: 100%; height: 100%;
					vertical-align: middle;
					text-align: center;
					}
				
			IMG.fullimage { }

			DIV.imageinfo { 
				margin: 1em 0 1em 0;
				
				}
			DIV.imageinfo P {
				width: 100%;
				margin-left: auto; margin-right: auto;
				
				}	
				
	

		





