.ad-hoc_image
		{
		text-decoration: none;
		border-bottom: 1px dashed #000;
		color: #000;
		cursor: pointer;
		}
		
.ad-hoc_image:hover
		{
		background-color: transparent;
		z-index: 50;
		}
		
.ad-hoc_image:hover span
		{
		cursor: default;
		position: fixed;
		top: 15px;
		left: 15px;
 		visibility: visible;
		}

.ad-hoc_image img
		{
		background-color: #fff;
		border: 1px solid #901602;
		padding: 1px;
		}

.ad-hoc_image img:active, link, visited
		{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		font-weight: bold;
		}

.ad-hoc_image img:hover
		{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		font-weight: bold;
		}

.ad-hoc_image span
		{
		position: fixed;
		background-color: #fff;
		padding: 2px;
		left: -1000px;
		border: 1px solid #901602;
		visibility: hidden;
		color: #000;
		text-decoration: none;
		}

.ad-hoc_image span img
		{
		border-width: 0px;
		padding: 1px;
		}

.ad-hoc_image span img:hover
		{
		background-color: #fff;
		}

.thumbnail
		{
		text-decoration: none;
		color: #000;
		cursor: pointer;
		}
		
.thumbnail:hover
		{
		background-color: transparent;
		z-index: 50;
		}
		
.thumbnail:hover span
		{
		cursor: default;
		position: fixed;
		top: 15px;
		left: 15px;
 		visibility: visible;
		}

.thumbnail img
		{
		background-color: #fff;
		border: none;
		}

.thumbnail img:active, link, visited
		{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		font-weight: bold;
		}

.thumbnail img:hover
		{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		font-weight: bold;
		}

.thumbnail span
		{
		position: fixed;
		background-color: #fff;
		padding: 2px;
		left: -1000px;
		border: 1px solid #901602;
		visibility: hidden;
		color: #000;
		text-decoration: none;
		}

.thumbnail span img
		{
		border-width: 0px;
		padding: 1px;
		}

.thumbnail span img:hover
		{
		background-color: #fff;
		}

.picframe img
		{
 		width: 300px;
		}

.picframe span
		{
		float: left;
		background-color: #fff;
		padding: 2px;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 8px;
		margin-right: 8px;
		border: 1px dotted #901602;
		color: #000;
		text-decoration: none;
 		visibility: visible;
 		width: 300px;
		font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		}