/****
    Solid Cactus Click to Enlarge v3.0.0
****/
/*Editable Style Sheets*/
#scWrapper{ /*Transparent Background*/
    background-color: #000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;    
}
#scImgBox{ /*background color of the image box*/
    font: 11px normal "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 10px solid #cacaca; /*normally same as border color*/
    background-color: #cacaca;
}
#scImgTitle{ /*fonts and settings for image description shown above the image*/
    font: 12px normal "Georgia", "Times New Roman", Times, serif;
    text-align: left;
    padding-bottom: 5px;
}
#scImgBox-insets{ /*Area That shows Inset Numbers*/
    background-color: #cacaca; /*normally same as border color of #scImgBox*/
    padding: 10px 75px 0 0;    
}
#scImgBox-insetPreview img{ /*border color for inset preview*/
    border: 2px solid #000;
    display: none;
}
#scImgBox-insets a{ 
    background-color: #3F3F3F;
    font: bold 14px/18px Arial, Helvetica, sans-serif;
    color: #FFF;
    padding: 0 5px 1px 5px;
    border: 1px solid #FFF;
    text-decoration: none;
    margin: 0 5px 0 0; 
}
#scImgBox-insets .absClose{ /*styles for close in inset area*/
    font: normal 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#scImgBox .close{ /*close on upper right corner*/
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #3F3F3F;
    border: 1px solid #FFF;
    padding: 0 5px 1px 5px;
    margin: -15px -15px 0 0;
    text-decoration: none;    
}
/*Styles Not to be Edited*/
.relativePos{ position: relative; }
.absolutePos{ position: absolute; }
.hideSelect{ visibility: hidden; }
#scWrapper{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 800px;
    cursor: hand;
}
#scImgBox{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    text-align: center;
}
#scImgBox-mainImg{ background: #FFF url(/Images_Structure/loading.gif) no-repeat center center; }
#scImgBox-insets{
    position: relative;
    left: 0;
    text-align: left;
    clear: both;
}
/*#scImgBox-insets img{ display: none; }*/
#scImgBox-insets .absClose{
    position: absolute;
    right: 0;
}
#scImgBox .close{
    position: absolute;
    top: 0;
    right: 0;
}
#scImgBox-insetPreview{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 200;
}
#lklink{
    text-decoration: underline; 
    }
a {  
    text-decoration: underline; 
    }
    
a:hover { text-decoration: none; }    
#scPage-insets .scMainImgLnk{ display: none; }
