#fotop_popup_box .b {
  background:url(/images/b.png);
}

#fotop_popup_box .tl {
  background:url(/images/tl.png);
}

#fotop_popup_box .tr {
  background:url(/images/tr.png);
}

#fotop_popup_box .bl {
  background:url(/images/bl.png);
}

#fotop_popup_box .br {
  background:url(/images/br.png);
}

#fotop_popup_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#fotop_popup_box .popup {
  position: relative;
}

#fotop_popup_box table {
  border-collapse: collapse;
}

#fotop_popup_box td {
  border-bottom: 0;
  padding: 0;
}

#fotop_popup_box .popup_body {
  padding: 0px;
  background: #fff;
}

#fotop_popup_box .loading {
  text-align: center;
}

#fotop_popup_box .image {
  text-align: center;
}

#fotop_popup_box img {
  border: 0;
  margin: 0;
}

img {
border: none;
}

#fotop_popup_box .title_bar {
background-color: #DDDDDD; 
padding: 0px; 
}

#fotop_popup_box .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#fotop_popup_box .tl, #fotop_popup_box .tr, #fotop_popup_box .bl,
#fotop_popup_box .br
{
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#fotop_popup_box_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.fotop_popup_box_hide {
  z-index:-100;
}

.fotop_popup_box_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #fotop_popup_box_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


.smallLinkButton {
position: relative;
right:0px;
top: 0px; 
margin: 0px 0px 10px 0px;
padding: 5px 10px;
font-size: 12px;
text-decoration: none;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color:#CCCCCC !important;
border-color:#000000 !important;
color: black !important;
}

.pinbutton {visibility:hidden; }
#myCanvas:hover .pinbutton {visibility: visible; }
