/* moo.view */
#mooViewOverlay { position:absolute; left:0px; top:0px; cursor:pointer; cursor:hand; background:#000; width:100%; visibility:hidden; height:100%; z-index:1000; }
#mooViewCenter { padding:10px; font-family:tahoma,arial; z-index:2000; position:absolute; top:15px; left:50%; background-color:#fff; text-align:left; color:#666; border-top-right-radius:3px; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topleft:3px; -webkit-border-top-left-radius:3px; }
#mooViewImage { background-repeat:no-repeat; background-position:center center; }
#mooViewBottom { font-family:tahoma,arial; color:#000; font-size:10px; padding-bottom:10px; display:none; background:#fff; position:absolute; left:50%; width:100%; z-index:1500; border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; -webkit-border-bottom-right-radius:3px; border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; -webkit-border-bottom-left-radius:3px; }
#mooViewClose { display:block; margin-right:10px; float:right; width:66px; height:22px; background:transparent url(../i/moo.view/close.gif) no-repeat center; }
#mooViewNumber { margin:0 100px 0 10px; }
#mooViewCaption { margin:0 100px 5px 10px; font-weight:bold; text-align:justify; }
#mooViewPrevLink, #mooViewNextLink { z-index:3000; display:block; position:absolute; top:10px; width:49%; outline:none; display:none; }
#mooViewPrevLink { left:10px; }
#mooViewPrevLink:hover { background:transparent url(../i/moo.view/prev.gif) no-repeat left center; }
#mooViewNextLink { right:10px; }
#mooViewNextLink:hover { background:transparent url(../i/moo.view/next.gif) no-repeat right center; }
.mooViewLoading { background:#fff url(../i/moo.view/loading.gif) no-repeat center; }
