.bigPic {
    width: auto;
    border-style:solid;
    border-width:1px;
    border-color:black;
    height:800px;
}
img .thumb {
	height: 45;
}
#slideshow{
	height:1500px;
}
.thumbnail{
	width:60px; 
	height:auto; 
	border:solid; 
	border-left-width:1; 
	border-right-width:1; 
	border-top-width:2; 
	border-bottom-width:2;
	float:left;
}
.thumbnail:hover {
    position:relative;
    top:-15px;
    left:-15px;
    width:150px;
    height:auto;
    display:block;
    z-index:999;
}
