/* **************************************** */
/* slika1 */
/* **************************************** */



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

}

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

.thumbnail1 span{ /*CSS for enlarged image*/
color: #036; font-size: medium; font-weight: inherit; font-style: inherit; position: absolute; background-color: #fff; padding: 5px; left: -1000px; visibility: hidden; size: 10 px; text-decoration: none; text-transform: uppercase; text-align: center; width: 300px; height: 200px; border: #fff;;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
color: gray; font-size: medium; font-weight: 700; text-decoration: none; width: 300px; border-width: 0; padding: 5px; height: 200px  }

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top:25px;
left: -270px; /*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; background-color: white; padding: 5px; left: -2000px; visibility: hidden; color: #036; font-size: medium; size: 10 px; text-decoration: none; text-transform: uppercase; text-align: center; width: 400px; height: 200px; border: white;;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
color: gray; font-weight: 700; text-decoration: none; width: 200px; border-width: 0; padding: 5px; height: 200px }

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top:25px;
left: -370px; /*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;
background-color: #303030;
padding: 5px;
left: -2000px;
border: 3px solid lightyellow;
visibility: hidden;
color: F3D656;
size: 10 px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

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

}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top:25px;
left: -470px; /*position where enlarged image should offset horizontally */

}

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

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

}

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

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #303030;
padding: 5px;
left: -2000px;
border: 3px solid lightyellow;
visibility: hidden;
color: F3D656;
size: 10 px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

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

}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top:25px;
left: -570px; /*position where enlarged image should offset horizontally */

}





