#modalBackgroundOverlay{background:#2f2f2f;}
#modalContent{margin-right:32px;margin-top:32px;}
#modalLoadedContent{background:#2f2f2f;padding:2px;}
#contentTitle{position:absolute;top:-22px;left:0;color:#fff;font-weight:bold;}
#contentCurrent{display:none;}
#contentPrevious{width:29px;height:32px;display:block;text-indent:-9999px;position:absolute;top:30px;right:-31px;background:url(images/buttons.png) left top no-repeat;}
#contentPrevious:hover{background-position:left bottom;}
#contentNext{width:29px;height:32px;display:block;text-indent:-9999px;position:absolute;top:60px;right:-32px;background:url(images/buttons.png) right top no-repeat;}
#contentNext:hover{background-position:right bottom;}
#modalLoadingOverlay{background:url(images/loading.gif) center center no-repeat #2f2f2f;}
#modalClose{position:absolute;top:0;right:-30px;display:block;background:url(images/buttons.png) -29px 0 no-repeat;width:26px;height:32px;text-indent:-9999px;}
#modalClose:hover{background-position:-29px -31px;cursor:pointer;}