﻿.MovieOverlayTop
{
    background-image: url(/content/flash/player/popup_overlay/video_top.png);
    background-repeat: no-repeat;
    width: 888px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}
* html .MovieOverlayTop
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top.png", sizingMethod="crop");
}
.MovieOverlayBottom
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom.png);
    background-repeat: no-repeat;
    width: 888px;
    height: 17px;
}
* html .MovieOverlayBottom
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom.png", sizingMethod="crop");
}
.MovieOverlayMiddle
{
    width: 888px;
    height: 580px;
}
.MovieOverlayLeft
{
    background-image: url(/content/flash/player/popup_overlay/video_left.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 580px;
    float: left;
}
* html .MovieOverlayLeft
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left.png", sizingMethod="crop");
}
.MovieOverlayRight
{
    background-image: url(/content/flash/player/popup_overlay/video_right.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 580px;
    float: left;
}
* html .MovieOverlayRight
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right.png", sizingMethod="crop");
}
.MovieOverlayCenter
{
    width: 860px;
    height: 580px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.closeBttn
{
    background-image: url(/content/flash/player/popup_overlay/bttn_overlay_close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 820px;
    cursor: pointer;
    background-color: #ffffff;
}
* html .closeBttn
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/bttn_overlay_close.png", sizingMethod="crop");
    background-color: #ffffff;
}
.video
{
    padding-top: 109px;
    width: 640px;
    height: 360px;
    margin: 0 auto;
}

/* ============== wide orientation version ============== */
.MovieOverlayTopWide
{
    background-image: url(/content/flash/player/popup_overlay/video_top_wide.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 19px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}
* html .MovieOverlayTopWide
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_wide.png", sizingMethod="crop");
}
.MovieOverlayBottomWide
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_wide.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 15px;
}
* html .MovieOverlayBottomWide
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_wide.png", sizingMethod="crop");
}
.MovieOverlayMiddleWide
{
    width: 980px;
    height: 496px;
}
.MovieOverlayLeftWide
{
    background-image: url(/content/flash/player/popup_overlay/video_left_wide.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 496px;
    float: left;
}
* html .MovieOverlayLeftWide
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_wide.png", sizingMethod="crop");
}
.MovieOverlayRightWide
{
    background-image: url(/content/flash/player/popup_overlay/video_right_wide.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 496px;
    float: left;
}
* html .MovieOverlayRightWide
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_wide.png", sizingMethod="crop");
}
.MovieOverlayCenterWide
{
    width: 941px;
    height: 496px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.closeBttnWide
{
    background-image: url(/content/flash/player/popup_overlay/bttn_overlay_close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 902px;
    cursor: pointer;
    background-color: #ffffff;
}
* html .closeBttnWide
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/bttn_overlay_close.png", sizingMethod="crop");
    background-color: #ffffff;
}
.videoWide
{
    padding-top: 50px;
    width: 640px;
    height: 360px;
    margin: 0 auto;
}


/* ============== small orientation version ============== */
.MovieOverlayTopSmall
{
    background-image: url(/content/flash/player/popup_overlay/video_top_small.png);
    background-repeat: no-repeat;
    width: 611px;
    height: 19px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}
* html .MovieOverlayTopSmall
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_small.png", sizingMethod="crop");
}
.MovieOverlayBottomSmall
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_small.png);
    background-repeat: no-repeat;
    width: 611px;
    height: 15px;
}
* html .MovieOverlayBottomSmall
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_small.png", sizingMethod="crop");
}
.MovieOverlayMiddleSmall
{
    width: 611px;
    height: 374px;
}
.MovieOverlayLeftSmall
{
    background-image: url(/content/flash/player/popup_overlay/video_left_small.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 374px;
    float: left;
}
* html .MovieOverlayLeftSmall
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_small.png", sizingMethod="crop");
}
.MovieOverlayRightSmall
{
    background-image: url(/content/flash/player/popup_overlay/video_right_small.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 374px;
    float: left;
}
* html .MovieOverlayRightSmall
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_small.png", sizingMethod="crop");
}
.MovieOverlayCenterSmall
{
    width: 575px;
    height: 374px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.closeBttnSmall
{
    background-image: url(/content/flash/player/popup_overlay/bttn_overlay_close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 535px;
    cursor: pointer;
    background-color: #ffffff;
}
* html .closeBttnSmall
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/bttn_overlay_close.png", sizingMethod="crop");
    background-color: #ffffff;
}
.videoSmall
{
    padding-top: 50px;
    width: 454px;
    height: 254px;
    margin: 0 auto;
}

/* ============== huge orientation version ============== */
.MovieOverlayTopHuge
{
    background-image: url(/content/flash/player/popup_overlay/video_top_huge.png);
    background-repeat: no-repeat;
    width: 970px;
    height: 14px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}
* html .MovieOverlayTopHuge
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_huge.png", sizingMethod="crop");
}
.MovieOverlayBottomHuge
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_huge.png);
    background-repeat: no-repeat;
    width: 970px;
    height: 15px;
}
* html .MovieOverlayBottomHuge
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_huge.png", sizingMethod="crop");
}
.MovieOverlayMiddleHuge
{
    width: 970px;
    height: 579px;
}
.MovieOverlayLeftHuge
{
    background-image: url(/content/flash/player/popup_overlay/video_left_huge.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 579px;
    float: left;
}
* html .MovieOverlayLeftHuge
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_huge.png", sizingMethod="crop");
}
.MovieOverlayRightHuge
{
    background-image: url(/content/flash/player/popup_overlay/video_right_huge.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 579px;
    float: left;
}
* html .MovieOverlayRightHuge
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_huge.png", sizingMethod="crop");
}
.MovieOverlayCenterHuge
{
    width: 941px;
    height: 579px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.closeBttnHuge
{
    background-image: url(/content/flash/player/popup_overlay/bttn_overlay_close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 902px;
    cursor: pointer;
    background-color: #ffffff;
}
* html .closeBttnHuge
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/bttn_overlay_close.png", sizingMethod="crop");
    background-color: #ffffff;
}
.videoHuge
{
    padding-top: 50px;
    width: 454px;
    height: 254px;
    margin: 0 auto;
}

/* ============== scalable version ============== */
.MovieOverlayTopScale
{
    width: 970px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}

.MovieOverlayTopLeft
{
    background-image: url(/content/flash/player/popup_overlay/video_top_left.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
    float:left;
}
* html .MovieOverlayTopLeft
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_left.png", sizingMethod="crop");
}

.MovieOverlayTopMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_top_middle.png);
    background-repeat: repeat-x;
    width: 848px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
    float:left;
}
* html .MovieOverlayTopMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_middle.png", sizingMethod="crop");
}
.MovieOverlayTopRight
{
    background-image: url(/content/flash/player/popup_overlay/video_top_right.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
    float:left;
}
* html .MovieOverlayTopRight
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_right.png", sizingMethod="crop");
}




.MovieOverlayBottomScale
{
    width: 970px;
    height: 17px;
}
.MovieOverlayBottomLeft
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_left.png);
    background-repeat: no-repeat;
    width: 93px;
    height: 17px;
    float:left;
}
* html .MovieOverlayBottomLeft
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_left.png", sizingMethod="crop");
}
.MovieOverlayBottomMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_middle.png);
    background-repeat: repeat-x;
    width: 781px;
    height: 17px;
    float:left;
}
* html .MovieOverlayBottomMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_middle.png", sizingMethod="crop");
}
.MovieOverlayBottomRight
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_right.png);
    background-repeat: no-repeat;
    width: 96px;
    height: 17px;
    float:left;
}
* html .MovieOverlayBottomRight
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_right.png", sizingMethod="crop");
}



.MovieOverlayMiddleScale
{
    width: 970px;
    height: 579px;
}


.MovieOverlayLeftScale
{
    width: 14px;
    height: 579px;
    float: left;
}
.MovieOverlayLeftTop
{
    background-image: url(/content/flash/player/popup_overlay/video_left_top.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 53px;
}
* html .MovieOverlayLeftTop
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_top.png", sizingMethod="crop");
}
.MovieOverlayLeftMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_left_middle.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 472px;
}
* html .MovieOverlayLeftMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_middle.png", sizingMethod="crop");
}
.MovieOverlayLeftBottom
{
    background-image: url(/content/flash/player/popup_overlay/video_left_bottom.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 54px;
}
* html .MovieOverlayLeftBottom
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_bottom.png", sizingMethod="crop");
}


.MovieOverlayRightScale
{
    width: 14px;
    height: 579px;
    float: left;
}
.MovieOverlayRightTop
{
    background-image: url(/content/flash/player/popup_overlay/video_right_top.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 69px;
}
* html .MovieOverlayRightTop
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_top.png", sizingMethod="crop");
}
.MovieOverlayRightMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_right_middle.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 435px;
}
* html .MovieOverlayRightMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_middle.png", sizingMethod="crop");
}
.MovieOverlayRightBottom
{
    background-image: url(/content/flash/player/popup_overlay/video_right_bottom.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 75px;
}
* html .MovieOverlayRightBottom
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_bottom.png", sizingMethod="crop");
}


.MovieOverlayCenterScale
{
    width: 941px;
    height: 579px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.closeBttnScale
{
    background-image: url(/content/flash/player/popup_overlay/bttn_overlay_close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 902px;
    cursor: pointer;
    background-color: #ffffff;
}
* html .closeBttnScale
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/bttn_overlay_close.png", sizingMethod="crop");
    background-color: #ffffff;
}
.videoScale
{
    padding-top: 50px;
    width: 454px;
    height: 254px;
    margin: 0 auto;
}


/***************************************/
/* ============== scalable version ============== */
/* ============== scalable version ============== */
.PopOverlayTop
{
    width: 604px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}

.PopOverlayTopLeft
{
    background-image: url(/content/flash/player/popup_overlay/video_top_left.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
    float:left;
}
* html .PopOverlayTopLeft
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_left.png", sizingMethod="crop" );
}

.PopOverlayTopMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_top_middle.png);
    background-repeat: repeat-x;
    width: 482px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
    float:left;
}
* html .PopOverlayTopMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_middle.png", sizingMethod="crop" );
}
.PopOverlayTopRight
{
    background-image: url(/content/flash/player/popup_overlay/video_top_right.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 13px;
    font-size: 2px;
    padding: 0;
    margin: 0;
    float:left;
}
* html .PopOverlayTopRight
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_top_right.png", sizingMethod="crop" );
}


.PopOverlayMiddle
{
    width: 604px;
    height: 437px;
}


.PopOverlayLeft
{
    width: 14px;
    height: 437px;
    float: left;
}
.PopOverlayLeftTop
{
    background-image: url(/content/flash/player/popup_overlay/video_left_top.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 53px;
}
* html .PopOverlayLeftTop
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_top.png", sizingMethod="crop" );
}
.PopOverlayLeftMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_left_middle.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 330px;
}
* html .PopOverlayLeftMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_middle.png", sizingMethod="crop" );
}
.PopOverlayLeftBottom
{
    background-image: url(/content/flash/player/popup_overlay/video_left_bottom.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 54px;
}
* html .PopOverlayLeftBottom
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_left_bottom.png", sizingMethod="crop" );
}



.PopOverlayCenter
{
    width: 575px;
    height: 437px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}


.PopOverlayRight
{
    width: 14px;
    height: 437px;
    float: left;
}
.PopOverlayRightTop
{
    background-image: url(/content/flash/player/popup_overlay/video_right_top.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 69px;
}
* html .PopOverlayRightTop
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_top.png", sizingMethod="crop" );
}
.PopOverlayRightMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_right_middle.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 293px;
}
* html .PopOverlayRightMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_middle.png", sizingMethod="crop" );
}
.PopOverlayRightBottom
{
    background-image: url(/content/flash/player/popup_overlay/video_right_bottom.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 75px;
}
* html .PopOverlayRightBottom
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_right_bottom.png", sizingMethod="crop" );
}



.PopOverlayBottom
{
    width: 604px;
    height: 17px;
}
.PopOverlayBottomLeft
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_left.png);
    background-repeat: no-repeat;
    width: 93px;
    height: 17px;
    float:left;
}
* html .PopOverlayBottomLeft
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_left.png", sizingMethod="crop" );
}
.PopOverlayBottomMiddle
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_middle.png);
    background-repeat: repeat-x;
    width: 415px;
    height: 17px;
    float:left;
}
* html .PopOverlayBottomMiddle
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_middle.png", sizingMethod="crop" );
}
.PopOverlayBottomRight
{
    background-image: url(/content/flash/player/popup_overlay/video_bottom_right.png);
    background-repeat: no-repeat;
    width: 96px;
    height: 17px;
    float:left;
}
* html .PopOverlayBottomRight
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/video_bottom_right.png", sizingMethod="crop" );
}


.closeBttn
{
    background-image: url(/content/flash/player/popup_overlay/bttn_overlay_close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 535px;
    cursor: pointer;
    background-color: #ffffff;
}
* html .closeBttn
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/flash/player/popup_overlay/bttn_overlay_close.png", sizingMethod="crop" );
    background-color: #ffffff;
}
.video
{
    padding-top: 50px;
    width: 454px;
    height: 254px;
    margin: 0 auto;
}