	div.prettyGallery { display: inline-block; float: left; }

	div.prettyGallery ul.prettyGallery {
		list-style: none;
		float: left;
		margin: 2px 0 2px 0px; /* pomicanje thumbova liste 19*/
		
	}
	
		div.prettyGallery ul.prettyGallery li { display: block; float: left; margin-right: 5px; }

	ul.prettyNavigation {
		float: left; clear: left;
		list-style: none;
		margin:3px 0 4px 2px;
		display: none;
		/* border: 1px #bdc2c4 solid; */
	}
	
		ul.prettyNavigation li {
			display: block;
			float: left;
			width: 300px; height: 61px;
			line-height: 15px;
			font-size: 0.8em;
			text-align: center;
			text-transform: uppercase;
			color: #696969;
			margin: 0; padding: 0;
		}
		
			ul.prettyNavigation li.prev { width: 17px; padding-top:17px; }
			a.prev_gal {
				display: block;
				float: left;
				width: 17px; height: 61px;
				text-indent: -10000px;
				margin-left: 2px;
				background: url(../images/prettyGallery/nav_buttons.png) top left no-repeat;
			}
			
			ul.prettyNavigation li.next { width: 17px; padding-top:17px; }
			a.next_gal {
				display: block;
				float: left;
				width: 17px; height: 61px;
				text-indent: -10000px;
				background: url(../images/prettyGallery/nav_buttons.png) top right no-repeat;
			}
			
			/*ul.prettyNavigation li.next a:hover { background-position: 100% -18px; }
			ul.prettyNavigation li.prev a:hover { background-position: 0 -18px; }*/
			
			span.nextCont a.disabled,
			span.nextCont a.disabled:hover { background-position: right bottom; cursor: default; }
			span.prevCont a.disabled,
			span.prevCont a.disabled:hover { background-position: left bottom; cursor: default; }
			
			span.nextCont a.sakrij,
			span.nextCont a.sakrij:hover { width:6px; background:none;}
			span.prevCont a.sakrij,
			span.prevCont a.sakrij:hover {  width:6px; background:none;}
