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



.thumbnail1{
position:relative;
z-index: 0;
border:1px  #663300

}

.thumbnail1:hover{
background-color: transparent;
z-index: 0;
border:1px  #663300
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #303030;
padding: 0px;
left: -2000px;
border: 3px double  #663300
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: 0px;

height: 250;

}

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

}

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

.thumbnail2{
position:relative;
z-index: 0;
border:1px  #663300

}

.thumbnail2:hover{
background-color: transparent;
z-index: 0;
border:1px  #663300
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #303030;
padding: 0px;
left: -2000px;
border:1px  #663300
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: 0px;
height: ;

}

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

}

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

.thumbnail3{
position:relative;
z-index: 0;
border:1px  #663300

}

.thumbnail3:hover{
background-color: transparent;
z-index: 0;
border:1px  #663300
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #303030;
padding: 0px;
left: -2000px;
border:1px  #663300
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: 0px;
height: ;

}

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

}

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

.thumbnail4{
	position:relative;
	z-index: 0;
	border:1px  #663300
}

.thumbnail4:hover{
background-color: transparent;
z-index: 0;
border:1px  #663300
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #303030;
padding: 0px;
left: -2000px;
border:1px  #663300
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: 0px;
height: ;

}

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

}




