@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
a
{
	outline:none;
	-moz-outline:none;
}
a:active
{
	outline:none;
	-moz-outline:none;
}
/* start: proizvod galerija */
.gallery_proizvod_container { width:100%;}	
/* end: proizvod galerija */
.lbGallery2 { width: 100%; padding:4px 0 0 8px;}
.lbGallery2 ul { list-style: none;}
.lbGallery2 ul li  { 
	display: inline; 
	list-style:none !important;
	background:none; 
	border:none;
}
.lbGallery2 ul li img {
	box-shadow:-0px 4px 12px #064361;
	border-radius:2px;
	overflow:hidden;
	margin-left:6px;
}
.lbGallery2 ul li a:hover img {
	box-shadow:-0px 4px 12px #111;
	cursor:url(../_images/_cursor/cursor.cur), url(cursor.cur), default;
}
.lbGallery2 ul li a img:hover {
	cursor:url(../_images/_cursor/cursor.cur), url(cursor.cur), default;
}
.lbGallery2 ul a:hover{ color: #000;}