.live_demo_container {
    position:relative;
}

.live_demo {
    background-image:url('../images/designer/demo_play_btn_blue.png');
    width:91px;
    height:102px;
    position:absolute;
    cursor:pointer;
    left:-96px;
    top:170px;
}

.live_demo:hover {
    background-image:url('../images/designer/demo_play_btn_hover-blue.png');
}

#live_demo_container{
    display:none;
}

.arrow_text {
    text-align:left; 
    color:#929292; 
    font-size:16px;
}


.help_button {
    background-image:url('../images/designer/demo_play_help-blue.png');
    width:91px;
    height:52px;
    position:absolute;
    cursor:pointer;
    left:-96px;
    top:274px;
    text-align:right;
}

.help_button:hover {
    background-image:url('../images/designer/demo_play_help_hover-blue.png');
}
.help_button .help_button_title
{
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-top: 14px;
    text-align: center;
}
