/* **************************************** */
/* Thumbnail 1 is the large image */
/* **************************************** */

.thumbnail1{
position:relative;
z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 0;
}
.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
padding: 1px;
border: 1px solid;
color: #aaaaaa;
background-color: #ffffff;
visibility: hidden;
size: 10 px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
height: ;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
bottom:-30px;
left: -262px; /*position where enlarged image should offset horizontally */
}

/* **************************************** */
/* slika2 */
/* **************************************** */

.thumbnail2{
position:relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding: 1px;
border: 1px solid;
color: #aaaaaa;
background-color: #ffffff;
visibility: hidden;
size: 10 px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
height: ;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
bottom:-5px;
left: -360px; /*position where enlarged image should offset horizontally */
}

/* **************************************** */
/* slika3 */
/* **************************************** */

.thumbnail3{
position:relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
padding: 1px;
border: 1px solid;
color: #aaaaaa;
background-color: #ffffff;
visibility: hidden;
size: 10 px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
height: ;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
left: -408px; /*position where enlarged image should offset horizontally */
bottom:-5px;
}

/* **************************************** */
/* slika4 */
/* **************************************** */

.thumbnail4{
position:relative;
z-index: 0;
}

.thumbnail4:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
padding: 1px;
border: 1px solid;
color: #aaaaaa;
background-color: #ffffff;
visibility: hidden;
size: 10 px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
height: ;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
bottom:-5px;
left: -456px; /*position where enlarged image should offset horizontally */
}
