/* CSS Document */
ul[class="picViewli"]{
	list-style:none;
	position : relative;
	float: left;
	width: 300px;
	margin-right: 1px;
	padding: 1px;
	}
ul[class="picViewli2"]{
	list-style: none;
	position: relative;
	float: right;
	width: 80px;
	margin-right: 1px;
	padding: 1px;
	}
li {z-index:99;}
h3 img {
	position: relative;
	margin: 1px 1px;
	height: 70px;
	width: 90px;
	display: inline;
	}
h3 img[class="portrait"] {
	position: relative;
	margin: 1px 1px;
	height: 90px;
	width: 70px;
	display: inline;
}
a:hover img {
	position: absolute;
	top: -90px;
	left: -85px;
	width: 300px;
	height: 216px;
	padding: 1px;
	z-index: 100;
	}
a:hover img[class="portrait"] {
	position: absolute;
	top: -90px;
	left: -85px;
	width: 255px;
	height: 350px;
	padding: 1px;
	z-index: 100;
	}
p[class="larger"]{
	font: large Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;	}
img[class="picLeft1"] {position: relative; float:left; margin: 1px; top: 25px; left: 5px; height: 120px; width: 180px; z-index:98}
img[class="picRight1"] {position: relative; float:right; margin: 1px; top: 1px; right: -15px; height: 70px; width: 90px; z-index:100}
