.poper_pic
{
 position:absolute;
 z-index:2;
 cursor:hand;
}

.pop_pic
{
 background-image: url('/images/zoom3.gif');
 background-repeat: no-repeat;
 background-color:#FA400F;
 position:absolute;
 z-index:0;
 filter:alpha(opacity=70);
}

.framed_picture_clear
{
        border: 1px solid #cbcdcc;
        padding: 1px;
        background-color: #FFFFFF;
        background-image: url('/images/loading_small.gif');
        background-position:center;
        background-repeat:no-repeat;
        cursor:hand;
}

.framed_pic
{
        border: 1px solid #cbcdcc;
        padding: 1px;
}

div.popup {
        border: 1px solid silver;
        background-color:white;
        visibility: hidden;
        display:none;
        position: absolute;
        left:0px;
        top:0px;
        white-space:nowrap;
        z-index:300000;
        background: white url(/images/popup_bg.gif) repeat-x;
}

div.inside_popup
{

  border-top:1px solid white;
  border-left:1px solid white;
  border-bottom:1px solid gray;
  border-right:1px solid gray;
  background-color:whitesmoke;
  padding:10px;
  background: whitesmoke url(/images/popup_bg.gif) repeat-x;

}

