div.thumb{
			margin:3px 0 20px 50px;
			border:1px solid #A0ACC0;

			float:left;
			text-align:center;
		}	
.thumb img{
			display:inline;
			margin:5px;
			border:1px solid #A0ACC0;
			width:11em;
			height:12em;
			}		

.phototitle{
			text-align:center;
			font-weight:normal;
			width:11em;
			margin:0 3px 3px 3px;
			} 			
.thumb a .preview{
			display: none;
			}
.thumb a{
			cursor: default;
		}
.thumb a:hover .preview{
			display: block;
			position: absolute;
			top: -25px;
			left: -50px;
			z-index: 1;
			}
.thumb
{
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.thumb .preview
{
	width:18em;
	height:19em;
}
div.landscape{
			margin:3px 0 20px 20px;
			border:1px solid #A0ACC0;
			float:left;
			text-align:center;
		}	
.landscape img{
			display:inline;
			margin:5px;
			border:1px solid #A0ACC0;
			width:13em;
			height:9em;
			}		

.landscapephototitle{
			text-align:center;
			font-weight:normal;
			width:13em;
			margin:0 3px 3px 3px;
			} 			
.landscape a .preview{
			display: none;
			}
.landscape a{
			cursor: default;
		}
.landscape a:hover .preview{
			display: block;
			position: absolute;
			top: -25px;
			left: -50px;
			z-index: 1;
			}
.landscape
{
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.landscape .preview
{
	width:22em;
	height:17em;
}	