body:lang(ja), h1:lang(ja), h2:lang(ja), h3:lang(ja), h4:lang(ja), h5:lang(ja), 
textarea:lang(ja), button:lang(ja), input[type=submit]:lang(ja), *:lang(ja), select:lang(ja) 
{
    font-family: Meiryo, 'Yu Gothic', Arial, Sans-Serif, 'Segoe UI' !important; /* Japan needs this to avoid alignment issues with mixed character sets */
}

@font-face 
{
    font-family: "Segoe UI";
    src: local("Segoe UI"), 
            url("https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/shell/SegoeUI-Regular-final.woff") format("woff"),
            url("https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/shell/SegoeUI-Regular-final.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: "Segoe UI Light";
    src: local("Segoe UI Light"), 
            url("https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/shell/SegoeUI-Light-final.woff") format("woff"),
            url("https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/shell/SegoeUI-Light-final.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #636468;
    font-family: 'Segoe UI', Arial, Sans-Serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

a, a:visited
{
    color: #77BB44;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:focus
{
    color: #2b9646;
    cursor: pointer; /* For javascript-only links */
}

a:active
{
    color: #00723b;
}

a.nohover:hover
{
    text-decoration:none;
}

a img
{
    border: none;
    border-collapse: collapse;
}

hr
{
    background-color: #bdbec0;
    border: 0;
    color: #bdbec0;
    height: 1px;
    margin-bottom: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
    color: #636468;
    font-weight: normal;
    font-family: 'Segoe UI', Arial, Sans-Serif;
}

h1
{
    font-size: 35px;
    margin: 5px 0 20px -2px;
}

h1.Alternate, h1 .Alternate,
h2.Alternate, h2 .Alternate
{
    color: #2b9646;
}

h1.Live, h1 .Live,
h2.Live, h2 .Live 
{
    color: #fbb040;
}

h2
{
    font-size: 20px;
    margin-bottom: 10px;
    color: #231f20;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
}

h5
{
    font-weight: bold;
}

h2:first-child, h3:first-child, h4:first-child
{
    margin-top: 0;
}

/* Alert Box Styles */
.StatusMessage
{
    overflow: hidden;
    padding: 7px;
    margin-bottom: 10px;
}

.StatusMessage .Message
{
    line-height: 26px; /* to match the icon height */
}

.StatusMessage .Icon
{
    float: left;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.StatusMessage .NotificationAlertIcon
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Content/images/notification_alerts.png);
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-top: 2px;
}

.Alert
{
    background-color: #FF7200;
    color: White;
}

.Alert .Icon
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Content/images/XboxCom_Icons.png);
    background-position: -10px -280px;
}

.Alert .FixIt, .Alert .FixIt:hover, .Alert .FixIt:visited
{
    /* TODO: Fix the position when we have an updated image sheet */
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Content/images/XboxCom_Icons.png);
    background-repeat: no-repeat;
    background-position: right -227px;
    margin-right: 36px;
    color: White;
}

.Success .Icon
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Content/images/XboxCom_Icons.png);
    background-position: -10px -330px;
}

.LoadingImage
{
    height: 26px;
    width: 26px;
}

/*Button styles*/
button, input[type=submit], input[type=button]
{
	overflow: visible; /* Required by IE7 to overcome min-width bug */
	min-width: 95px;
    height: 25px;
    color: White;
    font-size: 12px;
    font-weight: bold;
    background-color: #77BB44;
    border: solid 1px #77BB44;
    cursor: pointer;
    padding: 0 20px;
}

button.CallToAction, input[type=submit].CallToAction, input[type=button].CallToAction
{
    padding: 0px 55px 0px 10px;
}

button:hover,  input[type=submit]:hover, input[type=button]:hover, 
button:focus,  input[type=submit]:focus, input[type=button]:focus
{
    border: solid 1px #848589;
    background-color: #848589;
}

button.CancelButton, .CancelButton[type=button], .CancelButton[type=submit], 
button.BackButton, .BackButton[type=button], .BackButton[type=submit], 
button.cancel, button.prev
{
    border: solid 1px #BDBEC1;
    background-color: #BDBEC1;
}

.CancelButton[type=button]:hover, .CancelButton[type=button]:focus,
.CancelButton[type=submit]:hover, .CancelButton[type=submit]:focus,
.BackButton[type=button]:hover,   .BackButton[type=button]:focus,
.BackButton[type=submit]:hover,   .BackButton[type=submit]:focus,
button.CancelButton:hover, button.CancelButton:focus,
button.BackButton:hover, button.BackButton:focus,
button.cancel:hover, button.cancel:focus,
button.prev:hover, button.prev:focus
{
    border: solid 1px #848589;
    background-color: #848589;
}

button.IconButton, .IconButton[type=button], .IconButton[type=submit]
{
    min-width: 0;
    line-height: normal;
    padding: 0px;
}

button[disabled], input[disabled], button:disabled, input:disabled, button.disabled, input.disabled
{
    border: solid 1px #CCCCCC;
    background-color: #CCCCCC;
    color: #DDDDDD;
    cursor: default;
}

/* Call To Action style for links/buttons/div */
.CallToAction
{
    background-color: #77bb44;
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/Images/Shell_Icons.png);
    background-position: right -325px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    padding: 0 55px 0 10px;
    min-width: 95px;
    white-space: nowrap;
}

.CallToAction, .CallToAction:hover, .CallToAction:visited, .CallToAction:focus
{
    color: #fff;
}

.CallToAction:hover, .CallToAction:focus
{
    border: solid 1px #2b9646;
    background-color: #2b9646;
    background-position: right -375px;
    text-decoration: none;
}

a.CallToAction:hover, a.CallToAction:focus
{
    border: none;
}

/* Alert Action style for links/buttons/div */
.AlertAction
{
    background-color: #F9C700;
}

.AlertAction:hover, .AlertAction:focus
{
    background-color: #D95302;
}

/* Product filtering */
.ProductFilters
{
    clear: both;
    font-size: 14px;
}

.ProductFilters a
{
    font-weight: normal;
}

.ProductFilters ol
{
    color: #636468;
    font-weight: bold;
    line-height: 1.3em;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Tab behavior for links */
.Tab, .Tab:visited, .Tab:hover
.HighlightedTab, .HighlightedTab:visited, .HighlightedTab:hover
{
    height: 21px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    padding-right: 2em;
    text-transform: uppercase;
    float: left;
}

.HighlightedTab, .HighlightedTab:visited
{
    color: #231f20;
    height: 21px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    padding-right: 2em;
    text-transform: uppercase;
    float: left;
}

/* makes link same as button */
.Link, .Link:visited, .Link:hover,
.HighlightedLink, .HighlightedLink:visited, .HighlightedLink:hover
{
    height: 21px;
    background-color: #BDBEC1;
    color: White;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    border: solid 1px White;
    text-decoration: none;
    padding-top:2px;
}

.HighlightedLink, .HighlightedLink:visited
{
    background-color: #77BB44;
}

.HighlightedLink:hover
{
    background-color: #2CA243;
}

.Link:hover
{
    background-color: #848589;
}

.Highlight
{
	color: #2CA243;
}

.ConfirmDialog
{
    background: #77BB44;
    color: #FFF;
    border: 0;
    padding: 0;
    border-bottom: solid 2px #77BB44;
}

.WarningDialog
{
    background: #FAAF40;
    color: #FFF;
    border: 0;
    padding: 0;
    border-bottom: solid 2px #FAAF40;
}

.ErrorDialog
{
    background: #ED1C24;
    color: #FFF;
    border: 0;
    padding: 0;
    border-bottom: solid 2px #ED1C24;
}

.Legal
{
    font-size: 10px;
    padding-top: 20px;
}

.Disclaimer
{
    padding: 10px 0;
}

.MSPoints
{
	background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/Images/ms_points_icon_grey.png);
	background-position: right 10px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

/* Media control */
#MediaControl
{
    background-color: #333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333');
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
    background: -moz-linear-gradient(top, #000, #333);
    font-size: 14px;
    height: 402px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

#MediaControl
{
    color: #fff;
}

#MediaControl .TabPage a
{
    font-weight: normal;
}

#MediaControl img.boxart, #MediaControl .Text
{
    margin: 20px;
}

#MediaControl ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#MediaControl h4
{
    color: #bdbec0;
}

#MediaControl label
{
    color: #bdbec0;
    text-transform: uppercase;
    font-family: 'Segoe UI', Arial, Sans-Serif;
}

#MediaControl #upArrow,
#MediaControl #downArrow
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/images/XboxComMP_Icons_info.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
}

#MediaControl #upArrow
{
    background-position: -10px -2530px;
    top: 138px;
    right: 10px;
}

#MediaControl #upArrow:hover
{
    background-position: -10px -2580px;
}

#MediaControl #downArrow
{
    background-position: -10px -2630px;
    top: 328px;
    right: 10px;
}

#MediaControl #downArrow:hover
{
    background-position: -10px -2680px;
}

#MediaControl .TabPage
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 715px;
}

#MediaControl .TabPage .fullImage
{
    width: 100%;    
}

#MediaControls
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/images/opacity60_black.png);
    background-repeat: repeat;
    bottom: 0;
    height: 42px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

#MediaControls > a, #MediaControls > div
{
    float: left;
}

#MediaControls a
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/images/MediaPlayerImageSheet.png);
    background-repeat: no-repeat;
}

#MediaControls a, #MediaControls .spacer
{
    display: block;
    line-height: 42px;
    padding-left: 32px;
    overflow: hidden;
    width: 173px;
}

#MediaControls a:hover
{
    text-decoration: none;
}

#MediaControls .Selected #image:hover, #MediaControls .Selected #overview:hover, #MediaControls .Selected #video:hover
{
    color: #fff !important;
}

#MediaControls #image, #MediaControls .Selected #image:hover
{
    background-position: -10px -81px;
}

#MediaControls #image:hover, #MediaControls #image:focus
{
    background-position: -10px -196px;
}

#MediaControls #overview, #MediaControls .Selected #overview:hover
{
    background-position: -10px -161px;
}

#MediaControls #overview:hover, #MediaControls #overview:focus
{
    background-position: -10px -276px;
}

#MediaControls #video, #MediaControls .Selected #video:hover
{
    background-position: -10px -121px;
}

#MediaControls #video:hover, #MediaControls #video:focus
{
    background-position: -10px -236px;
}

#MediaControls .Selected
{
    background-color: #000;
}

#MediaControls .Selected a
{
    color: #fff;
}

#MediaControls #previous, #MediaControls #next
{
    height: 42px;
    width: 50px;
}

#MediaControls #previous
{
    background-position: 2px -2px;
    padding-left: 0;
}

#MediaControls #previous:hover, #MediaControls #previous:focus
{
    background-position: -38px -2px;
}

#MediaControls #next
{
    background-position: 2px -42px;
    padding-left: 0;
}

#MediaControls #next:hover, #MediaControls #next:focus
{
    background-position: -38px -42px;
}

#MediaControls .index
{
    color: #fff;
    font-weight: normal;
}

/* Silverlight video player */
#silverlightVideoHost
{
    position: absolute;
    z-index: 19;
}

#silverlightVideoHost a
{
    display: block;
    margin: 150px 0 0 250px;
}

.silverlightVideoHost
{
    height: 402px;
    cursor: pointer;
    position: relative;
}

.silverlightVideoHost .Play
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/Images/Play.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.silverlightVideoHost .Play:hover
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/images/PlayHover.png);
}

/* Carousel Area */
.playSmall
{
	background: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/Images/playSmall.png) center no-repeat;
	position: absolute;
	top: 0;	left: 0;
	width: 100%; height: 100%;	
}

.CarouselWrapper 
{
	padding-bottom: 20px;
}

#ScrollWrapper
{
	background-color: #1F1F1F;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	background: -moz-linear-gradient(top, #000, #333);
	width:955px;
	max-height: 210px;
	overflow: hidden;
}

#genreslider {
    float: left; 
    width: 865px;
    overflow: hidden; 
    z-index: 3;
    position: absolute;
    top: -1000px;
    left: -1000px;
}

#genreslider ul {
    margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 100%; vertical-align: baseline; list-style: none;
}

#genreslider li {
    margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 100%; vertical-align: baseline;
}

#genreslider ul li {
    padding: 0px 5px 0px 0px; float: left; position: relative; width: 169px;
}

.active#genreslider {	
    position: relative;
    top:auto;
    left:auto;
}

.active#genreslider ul 
{
    z-index: 3; position: relative;
}

#controllerL, #controllerR
{
    float:left; margin-left: 0px; min-height: 180px; width: 45px; position:relative;
}

#controllerR
{
    float: right;
}

#controllerL a, #controllerR a
{
    position:absolute;
    margin-top:60px;	
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/Images/MediaPlayerImageSheet.png);
    background-repeat: no-repeat;
    height: 42px;
    width:100%;
    display:block;
}

#controllerL a
{
    background-position: 0px -2px;
}

#controllerR a
{
    background-position: 0px -42px;
}

#controllerL a:hover, #controllerL a:focus
{
    background-position: -40px -2px;
}

#controllerR a:hover, #controllerR a:focus
{
    background-position: -40px -42px;
}

#genreslider .tile
{
    color: #bdbec1;
    font-size: 12px;
    padding-right: 5px;	
    padding-left: 5px;
}

#genreslider .tile_img
{
	position:relative;
    width: 165px; height:130px;
    margin-bottom: 10px;
    overflow:hidden;
    border: solid 2px #333;
}

#genreslider .selected
{
    border: solid 2px #77BB44;
}

/* Popup Video Player */
div#popupVideoPlayer
{
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	height: 400px;
	width: 715px;
	z-index: 10000001;
}

div#popupBackground
{
	filter: Alpha(Opacity=70); 
	opacity: 0.7; 
	background-color: #839299; 
    display: none; 
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000000;
}

div#popupBackground:hover
{
    cursor:pointer;
}

div#silverlightVideoPopupHost
{
    text-align: center;
}

/*** SL Video Player ***/
/* Player Area */
#VideoPlayer
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 955px;
    height:350px;
    overflow: hidden;
    position:relative;
}

#VideoPlayer div#SilverlightWrapper
{
    background-image: url(https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Shell/Hero/images/xbox_carousel_default.jpg);
    background-position: left top;
    background-repeat:no-repeat;
    width: 100%;
    height:100%;
}

#VideoPlayer div#VideoPlayerWrapper
{
    background-color: #1F1F1F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333');
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
    background: -moz-linear-gradient(top, #000, #333);
    width: 100%;
    height:100%;
}

#PlayerWrapper
{
    width: 613px; 
    height: 346px; 
    display: inline-block;
    float: left;
    margin-left: 4px; margin-top: 4px;
}

/* Related Videos */
#VideoDescriptionWrapper
{
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    height: 340px;
    width: 308px;
}

#VideoDescriptionWrapper.loading
{
    position: absolute;
    top: -1000px;
    left: -1000px;
}

#VideoDescriptionWrapper .videoDetails
{
    height: 100%;
    position: relative;
}

#VideoDescriptionWrapper .videoTitle
{
    font-family: 'Segoe UI', Arial, Sans-Serif;
    color: #FEFEFE;
    font-size: 20px;
    line-height: 120%;
    margin-top: 8px;
    text-transform: uppercase;
}

#VideoDescriptionWrapper .videoDescription
{
    font-family: 'Segoe UI', Arial, Sans-Serif;
    color: #FEFEFE;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#VideoDescriptionWrapper .videoLink
{
    margin-right: 5px;
}

#VideoDescriptionWrapper .videoLink a
{
    padding-right: 0px;
}

#VideoDescriptionWrapper .relatedBlockContainer
{
    position: absolute;
    bottom: 0px;
    color: #E0E0E0;
}

#VideoDescriptionWrapper .relatedBlockContainer .header
{
    font-family: 'Segoe UI', Arial, Sans-Serif;
}

#VideoDescriptionWrapper .relatedBlockContainer .lastchild
{
    margin-right: 0px;
}

#VideoDescriptionWrapper .relatedBlock
{
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 145px;
    overflow: hidden;
    margin-right: 15px;
}

#VideoDescriptionWrapper .relatedBlockVideo
{
    border: #333 2px solid;
    width: 140px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

#VideoDescriptionWrapper .relatedBlockVideo img
{
    width: 140px;
    height: 110px;
}

#VideoDescriptionWrapper .relatedBlockText
{
    font-size: 12px;
}

#VideoDescriptionWrapper .selected
{
    border: solid 2px #77BB44;
}

/* BannerN */
.BannerN
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.BannerN > div
{
    overflow: hidden;
}

.BannerN > .grid-5
{
    width: 187px;
}

.BannerN > .grid-3_5
{
    float: left;
    width: 132px;
    margin-right: 5px;
    display: inline;
}

.BannerN .lastgridchild
{
    margin-right: 0px;
}

.BannerN > div > p
{
    margin: 0px;
}

.BannerN > div > a
{
    display: block;
}

.BannerN > div > a > img
{
    display: block;
}

/* ToutN */
.ToutN
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.ToutN > .grid-5
{
    width: 187px;
}

.ToutN > div > a img
{
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.ToutN h4
{
    font-weight: bold;
    margin-top: 0px;
}

.ToutN > div > div > h4
{
    margin: 0px;
}

.ToutN > div > div
{
    height: 100%;
    display: table-cell;
    padding-right: 10px;
}

.ToutN .ToutCTA a
{
    font-size: 12px;
}

.twistWrapper
{
    color: #636468;
    border-bottom: solid 1px #BDBEC1;
    margin-bottom: 20px;
    clear:both;
}

.twistWrapper a { font-weight: normal; }
.twistWrapper h1 { margin: 0px; }

ul.twist
{
    margin: 0;
    padding: 0;
}

ul.twist li
{
    float: left;
    margin: 0;
    display: block;
    margin: 0 20px 5px 0px;
    font-size: 18px;
}

.twist a.selected
{
    color: #000 !important;
}

ul.twist li:last-child 
{
    margin-right: 0px;
}

.silverlight-unsupported .requires-silverlight { display: none; }

@media screen and (-ms-high-contrast) 
{
    .BackButtonArrow  
    {        
        background: url('https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Content/Images/backArrow.png') no-repeat top left;
    }
}

@media screen and (-ms-high-contrast:black-on-white) 
{
    .BackButtonArrow   
    {
        background: url('https://waybackassets.bk21.net/20130816152153im_/http://forums.xbox.com/Content/Images/BackArrow_HighContrast.png') no-repeat top left;
    }
}

.changeLocaleBlock 
{
    margin: 28px 0px 0px 0px;
    padding: 0px;
    width: 33%;
    float: left;
    list-style-type: none;
}
.changeLocaleBlock span
{
    font-size: 24px;
    color: #bebec0;
    line-height: 24px;
    float: left;
}
.changeLocaleBlock ol
{
    list-style-type: none;
    margin-bottom: 38px;
    padding: 0px 0px 0px 34px;
    line-height: 20px;
}
.changeLocaleBlock a
{
    font-size: 12px;
    font-weight: normal;
}
/*
     FILE ARCHIVED ON 15:21:53 Aug 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:57:05 Dec 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.783
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.059
  esindex: 0.018
  cdx.remote: 10.591
  LoadShardBlock: 104.808 (3)
  PetaboxLoader3.datanode: 135.237 (4)
  PetaboxLoader3.resolve: 76.265 (2)
  load_resource: 125.29
*/