/*.panel {
    position: absolute;
    top: 120px;
    right: 0;
    display: none;
    border-radius: 2px 2px 2px 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px
        rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px
        rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px
        rgba(0, 0, 0, 0.1);
    border:1px solid #111111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 367px;
    height: auto;
    padding: 30px 130px 30px 30px;
    //filter: alpha(opacity=85);
    //opacity: .85;
    z-index:5000;
}

.panel p{
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
}

.panel a, .panel a:visited{
    margin: 0;
    padding: 0;
    //color: #9FC54E;
    text-decoration: none;
    //border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
    margin: 0;
    padding: 0;
    color: red;
    text-decoration: none;
    //border-bottom: 1px solid #ffffff;
}*/

a.trigger{
    position: absolute;
    text-decoration: none;
    top: 110px; right: 0px;
    font-size: 16px;
    letter-spacing:-1px;
    //font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    //padding: 20px 20px 20px 20px;
    font-weight: 700;
    //background:#333333 15% 55% no-repeat;
    //border:1px solid #444444;
   
    display: block;
    z-index: 6000;



}

/*a.trigger:hover{
    position: absolute;
    text-decoration: none;
    top: 150px; right: 0;
    font-size: 16px;
    letter-spacing:-1px;
    //font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 20px 20px 40px;
    font-weight: 700;
    background:#222222 url(../img/maker/plus.png) 15% 55% no-repeat;
    border:1px solid #444444;
    //-moz-border-radius-topleft: 20px;
    //-webkit-border-top-left-radius: 20px;
    //-moz-border-radius-bottomleft: 20px;
    //-webkit-border-bottom-left-radius: 20px;
    //-moz-border-radius-bottomright: 0px;
    //-webkit-border-bottom-right-radius: 0px;
    display: block;
}

a.active.trigger {
    background:#222222 url(../img/maker/minus.png) 15% 55% no-repeat;
}*/