﻿.leftbar
{
    height:103px;
    width:210px;
    background-image:url('/images/games/title_leftbar.png');
    background-repeat:repeat-x;
}
.titlegames
{
    height:103px;
    width:468px;
    left:178px;
}
.rightbar
{
    width:100%;
    height:34px;
    background-image:url('/images/games/title_rightbar.png');
    background-repeat:repeat-x;
}

.tablegames
{
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}


.gamecontent
{
    margin-left:auto;
    margin-right:auto;
    width:877px;
    height:339px;
    background-image: url("/images/games/Ace_info_bg.jpg");
    background-repeat:no-repeat;
}

.gamehover
{
    cursor: pointer;
    border:0;
}

.gamelinkhover
{
    cursor: pointer;
    border:0;
}

.heightspacer
{
    height:40px;
}

.acecontentleft
{
    width:305px;
    height:300px;
    left:2px;
    top:27px;
}

.acecontentright
{
    width:560px;
    height:300px;
    left:313px;
    top:27px;

}

.fragoriacontentleft
{

    width:300px;
    height:300px;
    left:5px;
    top:27px;
}

.fragoriacontentright
{

    width:560px;
    height:300px;
    left:313px;
    top:27px;

}

.kusocontentleft
{

    width:300px;
    height:300px;
    left:5px;
    top:27px;
}

.kusocontentright
{

    width:560px;
    height:300px;
    left:313px;
    top:27px;

}

.matcontentleft
{

    width:300px;
    height:300px;
    left:5px;
    top:27px;
}

.matcontentright
{

    width:560px;
    height:300px;
    left:313px;
    top:27px;

}

.pristontalecontentleft
{

    width:300px;
    height:300px;
    left:5px;
    top:27px;
}

.pristontalecontentright
{

    width:560px;
    height:300px;
    left:313px;
    top:27px;

}



.game_title
{
    font-size:18px;
}

.game_body
{
    font-size:14px;
}

.contentpad
{
    padding-top:9px;
    padding-left:15px;
}

a.flowplayer
{
    margin:auto;
    display:block;
    width:640px;
    height:480px;
    border:solid 1px #DDDDDD;
}

#videoplayer
{
    position:fixed;
    width: 640px;
    height: 480px;
    margin:auto;
    z-index:1000;  
}
#overlay
{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background-color:Black;
    z-index:999;
    opacity:0.8;
    filter:alpha(opacity=80);
}

#CloseVideo
{
    cursor:pointer;
}