﻿body {
}
.thumbnail{
position: relative;
z-index: 0;
border-style:none;
border-width:0px;
cursor: url(../images/zoomin.cur), pointer; outline: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
border-width:0px;
border-style:none;
cursor: url(../images/zoomin.cur), pointer; outline: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: AppWorkspace;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border-width:0px;
border-style:none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100%; /*position where enlarged image should offset horizontally */
}
.img
{
	border-width:0px;
border-style:none;
cursor: url(../images/zoomin.cur), pointer; outline: none;
}
.bigPicture
{
	width:270px;
	height:270px;
	cursor:default;
}