<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.artist-t{
position: relative;
z-index: 0;
text-decoration:none !important;
font-weight:normal !important;
//font-size: 11px;
font-size: 12px;
}

.artist-t:hover{
background-color: transparent;
z-index: 50;
}

.artist-t span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: 2px ridge brown;
visibility: hidden;
}

.artist-t span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
width:120px;
}

.artist-t:hover span{ /*CSS for enlarged image on hover*/
visibility: visible; 
margin-top:-180px;
//margin-top:-170px; /* For IE and earlier */
left: 25px; /*position where enlarged image should offset horizontally */
}

ul {
      list-style: none;
      margin-left: 0;
      }

.gallerybox ul {
	width: 920px;
	overflow: hidden;
	margin-left: 4px;
background-color:;
	text-decoration: none;
	color: #0074FF;
	font-family: Helvetica, Arial, sans-serif;
}
.gallerybox ul li {
    float: left;
	overflow: hidden;
	margin-right: 1px;
}
.gallerybox ul li img {
	margin: 6px 0 0 6px;
	display: block;
	padding-bottom: 0px;
border:1px solid #000000;
	
}

.gallerybox ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #0074FF;
	font-family: Helvetica, Arial, sans-serif;
}
.gallerybox ul li a:hover {
	color: #006EBE;
	text-decoration: underline;
}
td { vertical-align: top;}
</pre></body></html>