#jpwOverlay { background: url(../images/overlay.png) repeat; position: fixed;z-index:9999;top:0;width: 100%;height: 100%;display: block;}
#jpWalkthrough .overlay { background: url(../images/overlay.png) repeat; position: absolute;z-index:9999;}
#jpWalkthrough .noOverlay { background: none; position: absolute;z-index:9999;}
#jpWalkthrough #overlayTop {width:100%; top:32px; left:0;}
#jpWalkthrough #overlayTop::after{position: absolute;top: -32px;content: '';width: 100%;background: url(../images/overlay.png) repeat;height: 32px;}
/*#jpWalkthrough #overlayTop::before{position: absolute;bottom: -32px;content: '';width: 100%;background: url(../images/overlay.png) repeat;height: 32px;}*/
#jpWalkthrough #overlayLeft {left:0; }
#jpWalkthrough #highlightedArea {position: absolute; }
#jpWalkthrough #overlayBottom {width:100%;left:0; }
#jpWalkthrough #overlayRight { }

#jpWalkthrough #topAccessable, #jpWalkthrough #middleAccessable, #jpWalkthrough #bottomAccessable
{
    z-index:9999;
}



/*** tooltip ***/
#jpWalkthrough #jpwTooltip{    
    overflow: visible;
    padding:10px;
    background: none;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper{
    overflow: visible;    text-align: center;    margin-top: 40px;
}


#jpWalkthrough #jpwTooltip #bottom-scratch{
    background: url("../images/scratch-border.png") no-repeat left top;
    width: 358px;
    height: 42px;
    display: block;
    top: 25px;
    clear: both;
} 

#jpWalkthrough #jpwTooltip .draggable-area{
    display: block;
    width: 44px;
    height: 40px;
    position: absolute;
    top: -35px;
    right: -30px;
    background: url("../images/drag.png") no-repeat;
    z-index: 10000;
}

/*#jpWalkthrough #jpwTooltip #tooltipWrapper{    

    margin: 3px 29px 20px 3px;
    background: url(images/skin.png) no-repeat left top;
    overflow: visible;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipTop{
    position: relative;
    display: block;
    background: url(images/skin.png) no-repeat center top;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipTop #topRight{
    height: 30px;
    width: 30px;
    right: -30px;
    margin-bottom: -32000px;
    overflow: hidden;
    float: right;
    background: url(images/skin.png) no-repeat right top;
    position: relative;
    display: block;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipTop #topLeft, #jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipBottom #bottomRight{
    display: none;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipInner
{
    bottom: -30px;
    padding: 0 30px 30px 0;
    right: -30px;
    position: relative;
    background: url(images/skin.png) no-repeat right bottom;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipInner .draggable-hover{
    cursor: move;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipBottom{
    position: relative;
    display: block;
    background: url(images/skin.png) no-repeat center bottom;
}

#jpWalkthrough #jpwTooltip #tooltipWrapper #tooltipBottom #bottomLeft{
    background: url(images/skin.png) no-repeat left bottom;
    bottom:-10px;
    float: left;
    width: 30px;
    height: 30px;
}

/*** tooltip position ***/
#jpWalkthrough #jpwTooltip .top{
    background: url("../images/arrow-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -86px;
    height: 86px;
    left: 130px;
    position: absolute;
    width: 75px;
    display: block;
    z-index: 1000;
}

#jpWalkthrough #jpwTooltip .right{
    background: url("../images/arrow-left.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    left: -105px;
    position: absolute;
    top: 35px;
    width: 105px;
    display: block;
    z-index: 1000;
}

#jpWalkthrough #jpwTooltip .bottom{
    background: url("../images/arrow-top.png") no-repeat scroll 0 0 transparent;
    height: 86px;
    left: 130px;
    position: absolute;
    top: -86px;
    width: 75px;
    display: block;
    z-index: 1000;
}

#jpWalkthrough #jpwTooltip .left{
    background: url("../images/arrow-right.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    position: absolute;
    right: -105px;
    top: 52px;
    width: 105px;
    display: block;
    z-index: 1000;
}


/*** close button ***/
#jpwClose {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 10000;
}

#jpwClose a{
    text-align: center;
    font-family: 'GochiHand';
    color:#fff;
    font-size: 0;
    display: block;
    font-weight: lighter;width:30px;height: 30px;background: #EE3324;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}

#jpwClose a:hover{
    color: #7EFF00;

}

#jpwClose a span{
    display: inline-block;
    *display: inline;
    *zoom:1;
    display: inline-block;
    width: 100%;
    height: 100%;
        background: url(../images/slide_close_icon.png) no-repeat center center;
    float: left;
    z-index: 9999;
}

#jpWalkthrough .killOverlay{
    background-image: none !important;
    background-color: none !important;
}


/*** tooltip content ****/
@font-face {
    font-family: 'GochiHand';
    src: url('font/GochiHand-Regular.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GochiHand';
    src: url('font/GochiHand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#jpWalkthrough #jpwTooltip #tooltipInner{
    font-family: 'GochiHand';
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#jpWalkthrough #jpwTooltip #tooltipInner .ico_sec{display: none;}
#jpWalkthrough #jpwTooltip #tooltipInner p{margin-bottom: 10px;font:normal 14px OpenSansRegular;}

#jpWalkthrough #jpwTooltip #tooltipInner a{
    font:normal 18px/24px OpenSansRegular;
}

#jpWalkthrough #jpwTooltip #tooltipInner .tooltipTitle{
    font: normal 18px OpenSansSemibold;
}
