/* **************************************** */
/* slika1 */
/* **************************************** */



.thumbnail1{
position:relative;
z-index: 0;

}

.thumbnail1:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #303030;
padding: 2px;

border: 1px solid black;
visibility: hidden;
color: #FFFFFF;
size: 10px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
z-index:999999;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
height: ;
z-index:999999;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
/* position: fixed; */
visibility: visible;
top:-100px;
left:150px; /*position where enlarged image should offset horizontally */
z-index:999999;
}




