@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%;
	padding:1rem 0;
}
	
/* end: proizvod galerija */
.lbGallery 
{
	padding:16px 0 0 18px;
	width: 298px;
}
.lbGallery2
{
	padding: .5rem 0;
	width: 100%;
}

.lbGallery ul 
{ 
	list-style: none; 
}
.lbGallery2 ul
{ 
	list-style: none; 
}
.lbGallery ul li 
{ 
	display: inline; 
	list-style:none !important;
	background:none; 
	border:none;
}
.lbGallery2 ul li 
{ 
	display: inline; 
	list-style:none !important;
	background:none; 
	border:none;
}
.lbGallery ul img 
{
	border-radius:2px;
	overflow:hidden;
	margin-left:6px;
}
.lbGallery2 ul li img
{
	border-radius:2px;
	overflow:hidden;
	margin-left:6px;
}
.lbGallery ul a:hover img 
{
	color: #000;
}
.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;
}
.lbGallery .lbGallery2 ul a:hover 
{ 
	color: #000; 
}

