﻿a.tip{
    position: absolute;
    display:block;
}

.draggable{
    position: absolute;
    display:block;
}
.mainPic{
    position: relative;
    display: inline-block;
    margin-top:50px;
}
.mainDiv
{
    text-align:center;
    background-image:url('../../img/SP_Images/BG.png');
    height:565px;
    background-repeat:no-repeat;
    margin-top:12px;
    #margin-top:-8px;
    margin-bottom:0px;
    
    margin-left:4px;
    #margin-left:2px;
    /*border-style:solid;
    border-width:1px;
    border-color:#e6e6e6;*/
    
}
.sf_desc
{
    position:absolute;
    top:30px;
    left:30px;
    z-index:2;
    display:none;
    text-align:left;
    width:185px;
}
.sf_desc p
{
    margin-top:5px;
    margin-left:2px;
}
.sf_descText
{
    color:#b6b6b6;
    font-family:Arial;
    font-size:16px;
    text-align:justify;    
}

