﻿

/************************* POPUP *******************/
#mask{display: none; width: 100%; position: absolute; left: 0px; top: 0px; filter: alpha(opacity=70); -moz-opacity: .7; -khtml-opacity: .7; opacity: .7; background: #000}
#popup{width: 800px; position: absolute; left: 50%; top: -5000px; margin: 0px 0px 0px -400px; border: solid 2px #fff; background: #000 url(../graphics/throbber.gif) no-repeat center center}
#popup IMG{width: 100%; height: auto}
#popup #button-close{width: 56px; height: 56px; cursor: pointer; position: absolute; left: 100%; top: 0px; margin: -28px 0px 0px -28px}

DIV.popup-div{margin: 0px 0px 20px 0px; clear: both; float: right}
IMG.popup-thumbs{cursor: pointer}
P.captions{display: none}	
P.popup-captions{color: #fff; line-height: 16px; padding: 18px 20px 20px 20px}	


