/*Desk top Mode*/
.p2-carousel
{
    position: relative;
    overflow: hidden;
}

.p2-carousel a
{
    color: #fff;
}
.p2-carousel .p2-editorial-block .block-image-wrapper
{
    height: 450px;
}
.p2-carousel .p2-editorial-block .footnotes p
{
    margin-bottom: 20px;
}
.p2-carousel .p2-editorial-block .p2-button-icon-arrow-up i
{
    background-image: url(https://waybackassets.bk21.net/20130828155106im_/http://www.microsoft.com/Surface/Assets/img/p2/icon-arrow-up-white.png);
}

.p2-carousel .p2-editorial-block .p2-button-icon-arrow-down i
{
    background-image: url(https://waybackassets.bk21.net/20130828155106im_/http://www.microsoft.com/Surface/Assets/img/p2/icon-arrow-down-white.png);
}

.p2-carousel .button-pagination nav li span
{
    border: none;
    width: 15px;
    height: 16px;
    background: url(https://waybackassets.bk21.net/20130828155106im_/http://www.microsoft.com/Surface/Assets/img/pagination_blue_gray.png) 0 0 no-repeat;
    text-indent: -99999px;
    margin: 0;
}
.no-touch .p2-carousel .panes
{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.no-touch .p2-carousel .panes li
{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.no-touch .p2-carousel .panes li.on
{
    z-index: 2;
    position: relative;
    left: 0;
}

.no-touch .p2-carousel .panes li.animating
{
    z-index: 3;
}

.p2-carousel .nav-wrapper
{
    position: relative;
}

.p2-carousel nav
{
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 0;
}
.p2-carousel nav li
{
    display: inline-block; 
    zoom: 1;     
    *display: inline;
}

.p2-carousel nav li span
{
    cursor: pointer;
}

.p2-carousel nav li.on span
{
    cursor: default;
}

.p2-carousel-nav-white
{
    color: #fff;
}
.p2-carousel-nav-dark-gray
{
    color: #302e2f;
}
.p2-carousel-nav-black
{
    color: #000;
}
.p2-carousel-nav-cool-blue
{
    color: #09aeef;
}
.p2-carousel .p2-carousel-nav-black nav li
{
    border-left-color: #000;
}
.p2-carousel .button-pagination nav li
{
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}

.p2-carousel .button-pagination nav li.on span
{
    background-position: -25px 0;
    font-weight: normal;
}
.p2-carousel .button-pagination nav li:first-child span
{
    margin-left: 0;
}

.p2-carousel .button-pagination nav li span
{
    display: block;
}

.right-below-footnotes .button-pagination
{
    width: 100%;
    position:absolute !important;
    display: inline-block;
    max-width: 100% !important;
}

.left-below-footnotes .button-pagination nav
{
    bottom:45px;
}
.right-below-footnotes .button-pagination nav
{
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
    display: block;
    float: none;
    position:relative !important;   
     bottom:50px;
}

 .right-below-footnotes .button-pagination nav ul
{
    float: right;
}
.p2-carousel .text-pagination nav li span
{
    margin: 0px 20px;
    display: block;
    font-size: 16px;
}
.p2-carousel .text-pagination nav li.on span
{
    font-weight: bold;
}
.p2-carousel .text-pagination nav
{
    bottom: 30px;
    left: 0;
}
.p2-carousel .text-pagination.p2-carousel-nav-white nav li
{
    border-left: 1px solid #80d7f7;
}
.p2-carousel .text-pagination.p2-carousel-nav-black nav li
{
    border-left: 1px solid #000000;
}
.p2-carousel .text-pagination nav li:first-child
{
    border: none;
}

.p2-carousel .text-pagination nav li:first-child span
{
    margin-left: 0;
}

.right-below-footnotes .text-pagination.nav-wrapper
{
    width: 100%;
    max-width:none;
    position:absolute;
}
.right-below-footnotes .text-pagination.nav-wrapper nav
{
    bottom: 50px;
    float: none;
    width: 80%;
    position:relative;
    margin:0 auto;
    max-width:1280px;
   
}
.right-below-footnotes .text-pagination.nav-wrapper ul
{
    float: right;
}

.left-below-footnotes .panes .block-wrapper .block-content-container,.right-below-footnotes .panes .block-wrapper .block-content-container
{
    padding-bottom: 40px;
}

@media all and (max-width: 960px)
{
    .p2-carousel .panes .block-wrapper .block-content-container
    { 
        padding-top:20px;
    }
    
    .p2-carousel .p2-editorial-block .block-image-wrapper
    {
        height: auto;
    }
    .p2-carousel .nav-wrapper
    {
        position: absolute;
        top: 50%;
        left: 10%;
    }

    .p2-carousel .nav-wrapper nav
    {
        position: relative;
        float: left;
        left: 50%;
        margin-top:30px;
        bottom:30px;
    }

    .p2-carousel .nav-wrapper ul
    {
        position: relative;
        float: left;
        left: -50%;
    }

    .p2-carousel nav li
    {
        width: 25px;
        height: 25px;
        border: none;
        padding: 0;
        margin: 0;
    }

    .p2-carousel nav li span
    {
        width: 15px;
        height: 16px;
        background: url(https://waybackassets.bk21.net/20130828155106im_/http://www.microsoft.com/Surface/Assets/img/p2/icon-carousel-dot-sprite.png) 0 0 no-repeat;
        text-indent: -99999px;
        margin: 0;
    }
   
.p2-carousel .button-pagination nav li.on span
{
    background-position: -25px 0;
    font-weight: normal;
}

    .p2-carousel nav li.on span
    {
        background-position: 0 -29px;
        font-weight: normal;
    }
    .p2-carousel .text-pagination nav li
    {
        width: 25px;
        height: 25px;
        border: none;
        padding: 0;
        margin: 0;
    }
    .p2-carousel .text-pagination.p2-carousel-nav-white nav li,.p2-carousel .text-pagination.p2-carousel-nav-black nav li
    {
      border-left: none;
    }
    .p2-carousel .text-pagination nav li span
    {
        width: 15px;
        height: 16px;
        background: url(https://waybackassets.bk21.net/20130828155106im_/http://www.microsoft.com/Surface/Assets/img/pagination_blue_gray.png) 0 0 no-repeat;
        text-indent: -99999px;
        margin: 0;
    }
    .p2-carousel .button-pagination nav li span
    {
        width: 15px;
        height: 16px;
        background: url(https://waybackassets.bk21.net/20130828155106im_/http://www.microsoft.com/Surface/Assets/img/pagination_blue_gray.png) 0 0 no-repeat;
        text-indent: -99999px;
        margin: 0;
        
    }
    .p2-carousel .text-pagination nav li.on span
    {
        background-position: -25px 0;
        font-weight: normal;
    }
    .p2-carousel .button-pagination nav li.on span
    {
        background-position: -25px 0;
        font-weight: normal;
    }
    .right-below-footnotes .text-pagination.nav-wrapper nav
    {
        width: 100%;
        bottom:0px;
    }
    .right-below-footnotes .text-pagination.nav-wrapper
    {
        width: 80%;
        max-width:100%;
    }
    .right-below-footnotes .text-pagination.nav-wrapper nav ul
    {
        float:none;
        text-align:center;
      
    }
    .right-below-footnotes .button-pagination
    {
        width: 80%;
        float: none;
    }
    .right-below-footnotes .button-pagination nav
    {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .right-below-footnotes .button-pagination nav, .right-below-footnotes .button-pagination nav ul
    {
        float: none;
    }
    
    .left-below-footnotes .panes .block-wrapper .block-content-container,.right-below-footnotes .panes .block-wrapper .block-content-container
     {
    padding-bottom: 0px;
     }
     .p2-carousel .panes .p2-eb-type-hero.p2-editorial-block .block-wrapper .block-content-container
     {
        margin-top: 46px;
     }
    .p2-carousel .panes .p2-editorial-block.p2-eb-type-standard .block-wrapper .block-content-container
     {
        margin-top: 46px;
     }
   
}
@media all and (max-width: 360px)
{
    .right-below-footnotes .nav-wrapper nav
    {
        width: 60%;
    }
   .p2-carousel .panes .p2-eb-type-hero.p2-editorial-block .block-wrapper .block-content-container
     {
        margin-top: 42px;
     }
    .p2-carousel .panes .p2-editorial-block.p2-eb-type-standard .block-wrapper .block-content-container
     {
        margin-top: 46px;
     }
}

/*
     FILE ARCHIVED ON 15:51:06 Aug 28, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:08:07 Aug 27, 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: 1.023
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.03
  esindex: 0.017
  cdx.remote: 23.669
  LoadShardBlock: 122.931 (3)
  PetaboxLoader3.datanode: 100.117 (4)
  PetaboxLoader3.resolve: 234.905 (2)
  load_resource: 225.461
*/