/* LIGHTBOX */

#pageoverlay
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

#lightbox
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    text-align: left;
    text-decoration: none;
}

#lightbox .innerBottomRight
{
    float: left;
    background: #000 url(../images/lightbox/inner-bottom-right.gif) bottom right no-repeat;
}

#lightbox .innerBottomLeft
{
    float: left;
    background: transparent url(../images/lightbox/inner-bottom-left.gif) bottom left no-repeat;
}

#lightboxContent
{
    float: left;
    background: transparent url(../images/lightbox/inner-top-right.gif) top right no-repeat;
}

#lightbox .close
{
	position: relative;
    top: 17px;
    left: -15px;
}

#lightbox .close a
{
    display: block;
    width: 32px;
    height: 51px;       
    background: url(../images/lightbox/lightbox-close.png) top left no-repeat;
}

#lightbox .close a:hover
{
    width: 73px;
    background: url(../images/lightbox/lightbox-close-hov.png) top left no-repeat;  
}

/* FOR HOVER PRELOAD */
#lightbox .close a span
{
    display: none;
    background: url(../images/lightbox/lightbox-close-hov.png) top left no-repeat;      
}

#lightbox .top
{
    float: left;
    width: 794px;
    height: 25px;
    background: url(../images/lightbox/lightbox-top.png) top left repeat-x;
}

#lightbox .topLeft
{
    float: left;
    width: 25px;
    height: 25px;
    background: url(../images/lightbox/lightbox-top-left.png) top left no-repeat;
}
    
#lightbox .topRight
{
    float: left;
    width: 25px;
    height: 25px;
    background: url(../images/lightbox/lightbox-top-right.png) top right no-repeat;
}

#lightbox .left
{
    float: left;
    padding-left: 25px;
    margin: 0;
    background: url(../images/lightbox/lightbox-left.png) top left repeat-y;
    overflow: hidden;   
}

#lightbox .right
{
    float: left;
    padding-right: 25px;
    background: url(../images/lightbox/lightbox-right.png) top right repeat-y;
    overflow: hidden;
}

#lightbox .bottom
{
    float: left;
    width: 794px;
    height: 25px;
    background: url(../images/lightbox/lightbox-bottom.png) bottom left repeat-x;
}

#lightbox .bottomLeft
{
    float: left;
    width: 25px;
    height: 25px;
    background: url(../images/lightbox/lightbox-bottom-left.png) bottom left no-repeat;
}

#lightbox .bottomRight
{
    float: left;
    width: 25px;
    height: 25px;
    background: url(../images/lightbox/lightbox-bottom-right.png) bottom right no-repeat;
}

/* SHADOWBOX OVERLAYS */

.overlay
{
    width: 465px;
    text-align: left;
    background: transparent url(../img/inner-top-left.gif) top left no-repeat;
}

.overlay .gameDetail
{
    float: left;
    width: 680px;
    padding: 10px;
    margin: 0 0 8px 0;
    border-bottom: solid 1px #252525;
}

.overlay .gameDetail h1
{
    padding: 0;
    margin: 36px 0 0 0;
}

.overlay .gameDetail img.boxCover
{
    float: left;
    margin: 0 20px 0 0;
}

.overlay p
{
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

.overlay .store
{
    float: left;
    width: 325px;
    height: 78px;
    background: url(../img/store-bg.gif) top left no-repeat;
    margin: 0 10px 10px 0;
}

.overlay .store img.logo
{
    float: left;
    border: solid 1px #1c1c1c;
    margin: 10px 0 0 10px;
}

.overlay .store a
{
    float: right;
    margin: 27px 10px 0 0;
}



#GameTrailer {
    width: 704px;
}
#GameTrailer #simplevideoplayer {
    float: left;
    width: 804px;
    height: 548px;
    padding: 0;
    margin: 0 0 0 0;
}


