#photogallery {width: 770px; height: 300px; position: relative; background-color: white; border-bottom: 1px solid white}
#photogallery img {position: absolute; top: 0px; left: 0px; display: block; visibility: hidden}

#galleryControlsDiv {position: absolute; bottom: 15px; right: 15px; width: 86px; height: 26px; visibility: hidden; cursor: pointer; cursor: hand}
#backButtonImg {position: absolute; width: 19px; height: 18px; background: url(/images/common/previous_buttons.gif) 0px 0px; left: 5px; top: 3px; cursor: pointer; cursor: hand}
#pausePlayImg {position: absolute; width: 24px; height: 24px; background: url(/images/common/play_buttons.gif) -24px 0px; top: 0px; left: 31px; cursor: pointer; cursor: hand}
#forwardButtonImg {position: absolute; width: 19px; height: 18px; background: url(/images/common/next_buttons.gif) 0px 0px; right: 5px; top: 3px; cursor: pointer; cursor: hand}
#muteImg {position: absolute; width: 26px; height: 26px; background: url(/images/common/volume_images.gif) -26px 0px; right: 21px; bottom: 21px; cursor: pointer; cursor: hand}

#galleryControlsDiv div {font-size: 8px; }

#testDiv {position: absolute; font-size: 14px; top: 0px; left: 0px; display: none }