.pregled:hover{
background-color: transparent;
z-index: 50;

}

.pregled span{ /*CSS for enlarged image*/
z-index: 1;
word-spacing: 2.0s;
position: absolute;
background-color: #333333; #d2b9a6;
padding: 5px;
left: -1000px;
border: 3px ;
border-style:dashed;
visibility: hidden;
border-color: rgb(188, 101, 101); #d2b9a6;
text-decoration: none;

}

.pregled span img{ /*CSS for enlarged image*/
border-width: 0;
   width: 220px;
height: 140px;

padding-top: 10px;
padding: 5px;
padding-bottom: 0px;

/*padding-right: 5px;
padding-left: 5px;
 */

}

.pregled:hover span{ /*CSS for enlarged image on hover*/ 
 transition-delay: 1s;
visibility: visible;


left: 70px; /*position where enlarged image should offset horizontally */

}

.no{
	display: none;
}


