﻿.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail img {
margin:0 15px 0 0;
z-index: 0;
}
.thumbnail a{
margin:0 15px 0 0;
z-index: 0;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:#FFFFCC;
	padding: 0;
	left: -1000px;
	top: -1000px;
	width:468px;
	height:351px;
	border:2px #ffffff solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index:100;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
top: -351px;
margin:0;
z-index:100;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
.thumbnail:hover span.bott{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -351px;
left: 60px; /*position where enlarged image should offset horizontally */
}
.tcol {
float:left;
width:93px;
height:100%;
z-index: 0;
}
.ttcol {
margin:0;
padding:0;
clear:none;
}
.ttcol a, .ttcol a:hover, .ttcol a:visited {
text-decoration:none;
color:#000;
}
.clb {
float:left;
clear:both;
width:100%;
margin:0;
padding:0;
}
.funkytown {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin:0;
	padding:0;
}
div.hovs {
margin:0;
padding:0;
width:100%;
}
