Try the following modified .js file, which does this. Note that the status portion (ie: 1/2o) is wrapped inside the span with CSS class "gallerystatus". In your CSS, you may want to style it so it aligns better with the nav images to the right of it, something like:
Code:
.gallerystatus{
position: relative;
top: -6px;
}
Be sure to also shorten the height of the controls div:
Code:
panel: {height:'30px', opacity:0.5, paddingTop:'5px', fontStyle:'bold 11px Verdana'}, //customize nav panel container
Bookmarks