.ToolTip{
    position:absolute;
    z-index: 555;
    top:100px;
    left:100px;
    visibility:hidden;
    /*background-color: #457812;*/
    width: 291px;
}
.Text{
    z-index: 999999;
    position:relative; 
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.ttipTop {
     width: 291px;
     background-image: url('../img/ttiptop.png');
     height: 19px;
}
.ttipBottom {
     width: 291px;
     background-image: url('../img/ttipbottom.png');
     height: 48px;
}
.Text p, .Text2 p {
     padding: 0px;
     margin: 0px;
}


.ToolTip2{
    position:absolute;
    z-index: 555;
    top:100px;
    left:100px;
    visibility:hidden;
    /*background-color: #457812;*/
    width: 349px;
}
.Text2 {
    z-index: 999999;
    position:relative; 
    background-color: #7ED1F3;
    padding-left: 10px;
    padding-right: 10px;
}
.ttipTop2 {
     width: 349px;
     background-image: url('../img/works_tooltip_top.png');
     height: 19px;
}
.ttipBottom2 {
     width: 349px;
     background-image: url('../img/works_tooltip_bottom.png');
     height: 48px;
}
/*
.LC{
    position:relative;
    float:left;
    width:20px;
    height:20px;
    background-image:url(../images/TLC.png);
}

.M1{
    border:1px hidden red;
    background-color:red;
    margin-bottom:-20px;
    float:left;
    position:relative;
    width:200px;
    height:20px;
}

.RC{
    border:1px hidden red;
    margin-bottom:-20px;
    right:0px;
    float:right;
    %float:left;
    position:relative;
    width:20px;
    height:20px;
    background-image:url(../images/TRC.png);
}

.TextWrapper{
    z-index:9;
    clear:both;
    border: 1px solid red;
    margin-bottom:0px;
    background-color:red;
    margin-top: 20px;
    margin-bottom:-20px;
    width:237px;
    %width:239px;
}

.TextDivHolder{
    z-index: 9999;
    position:relative;
    margin-top:-20px;
    margin-bottom:-20px;
}
*/

/*
.BottomWrapper{
    clear:both;
    position:relative;
    margin-top:20px;
    _height:20px;
}

.LC2{
    border:1px hidden red;
    position:relative;
    float:left;
    width:50px;
    height:50px;
    background-image:url(../images/BLC.png);
}

.M2{
    border:1px hidden red;
    background-color:red;
    position:relative;
    float:left;
    width:170px;
    height:20px;
}

.RC2{
    border:1px hidden red;
    position:relative;
    float:right;
    %float:left;
    right:0px;
    width:20px;
    height:20px;
    background-image:url(../images/BRC.png);
}
*/