.createrun-controller
{
    font-family: Tahoma,sans-serif;
    position: fixed;
    width: 100%;
    height: 280px;
    bottom: -282px;
    background-color: #fff;
    z-index: 10000;
    border-top: 2px solid #e0e4e8;
    border-bottom: 2px solid #e0e4e8;
    direction: ltr;
}

    .createrun-controller p
    {
        font-size: 11px;
        color: #ccc;
        line-height: 15px;
    }



    .createrun-controller #createrun-show-button
    {
        height: 25px;
        line-height: 25px;
        width: 125px;
        cursor: pointer;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border: 1px solid #e0e4e8;
        position: absolute;
        top: -26px;
        left: 57px;
    }

        .createrun-controller #createrun-show-button img
        {
            margin-left: 5px;
            display:inline-block;
        }

    .createrun-controller .createrun-show-icon
    {
        margin: 0 8px 0 5px;
        border-left: 1px solid #e8e8e8;
        padding: 4px 0 4px 9px;
    }

        .createrun-controller .createrun-show-icon:before
        {
            content: "";
            background: url("img/show-icon.png") no-repeat;
            width: 12px;
            height: 12px;
            display: inline-block;
        }

    .createrun-controller #createrun-content
    {
    }



        .createrun-controller #createrun-content iframe
        {
            width: 100%;
            height: 280px;
            overflow: hidden;
        }


    .createrun-controller .createrun-gradient, .createrun-slideshow-next:active, .createrun-slideshow-prev:active
    {
        background: #ebeef5; /* Old browsers */
        background: -moz-linear-gradient(top, #ebeef5 0%, #ffffff 40%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeef5), color-stop(40%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ebeef5 0%,#ffffff 40%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ebeef5 0%,#ffffff 40%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ebeef5 0%,#ffffff 40%); /* IE10+ */
        background: linear-gradient(to bottom, #ebeef5 0%,#ffffff 40%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeef5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .createrun-controller .createrun-gradient-reverse
    {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 60%, #e0e4e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#e0e4e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 60%,#e0e4e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 60%,#e0e4e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 60%,#e0e4e8 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 60%,#e0e4e8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e4e8',GradientType=0 ); /* IE6-9 */
    }
