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



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

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

.thumbnail1 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;
}

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

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top:-300px;
left: -420px; /*position where enlarged image should offset horizontally */
display:none;
}

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

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

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2 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;
}

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

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top:25px;
left:25px; /*position where enlarged image should offset horizontally */
display:none;
}

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

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

.thumbnail3:hover{
background-color: transparent;
}

.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;
}

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

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

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

.thumbnail4:hover{
background-color: transparent;
}

.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;

}

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



.divpdesc{float:left;}
.divpimages{float:left;width:375px;}
.divimggal{float:left;clear:left;}
.divpmainimg{float:right;text-align:center;}
.divpimg{float:left;width:auto;text-align:center;}


