#MediaZone
{
    position: absolute;
    width: 540px;
    height: 385px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#MediaFrame
{
    position: absolute;
    width: 437px;
    height: 283px;
    bottom : 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../Images/Elements/WhiteTransparent.png");
    -webkit-border-radius:6px;
        -moz-border-radius:6px;
            border-radius:6px;
}

#MediaSubFrame
{
    position: absolute;
    width: 427px;
    height: 269px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background-color: black;
    -webkit-border-radius:6px;
        -moz-border-radius:6px;
            border-radius:6px;
}

#HowToText
{
    position: absolute;
    width: 387px;
    height: 269px;
    margin: auto;
    top:124px;;
    left:20px;
    right:20px;
    text-align: center;
    font-size: 12px;
}

#ShowInfo
{
    position:absolute;
    margin: auto;
    left:0;
    right:0;
    width: 100%;
    bottom: 207px;
    text-align: center;
    font-size: 16px;
    color: #539bcd;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

#labelMediaTitle,#labelMediaDesc
{
    position: relative;
    color: #539bcd;
    font-size: 18px;
}

#MediaTitle,#MediaDesc
{
    position: relative;
    font-size: 14px;
    text-align: justify;
}

#MediaDesc
{
    top: 10px;
}

#labelMediaDesc
{
    top : -10px;
}