div.prettyGallery { display:inline-block; float:left; }
div.prettyGallery ul.prettyGallery { list-style:none; float:left; margin:2px 0; 
/* 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; }
ul.prettyNavigation li { display:block; float:left; width:362px; height:61px; line-height:15px; font-size:.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,a.next_gal { margin-top:6px; }
a.prev_gal { display:block; float:left; width:142px; height:19px; text-indent:-10000px; margin-right:2px; background:url(../cms_images/prettyGallery/previous.png) top left no-repeat; }
a.prev_gal:hover { background:url(../cms_images/prettyGallery/previous.png) bottom left no-repeat; }

ul.prettyNavigation li.next { width:17px; padding-top:17px; }

a.next_gal { display:block; float:left; width:142px; height:19px; text-indent:-10000px; background:url(../cms_images/prettyGallery/next.png) top right no-repeat; margin-left:1px; }
a.next_gal:hover { background:url(../cms_images/prettyGallery/next.png) bottom right no-repeat; }

span.nextCont a.disabled,span.nextCont a.disabled:hover { background-position:left bottom; cursor:default; }
span.prevCont a.disabled,span.prevCont a.disabled:hover { background-position:right top; cursor:default; }