div.prettyGallery { display:inline-block; float:left; }
div.prettyGallery ul.prettyGallery { list-style:none; float:left; margin:0; padding:0; }
div.prettyGallery ul.prettyGallery li { display:block; float:left; margin-right:5px; background:none; padding:0px; padding-left: 0;}
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:22px; height:80px; text-indent:-10000px; outline: none; margin-right:4px; background:url(../images/prettyGallery/previous.png) top left no-repeat; }
a.prev_gal:hover { background:url(../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:22px; height:80px; outline: none; text-indent:-10000px; margin-left: 4px; background:url(../images/prettyGallery/next.png) top right no-repeat;  }
a.next_gal:hover { background:url(../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; }