.top-wrapper{background-color:#000 !important;}

/* 
 * The body background appears partially offscreen (to the left) on iPhone, so
 * we make sure to left-align the background image once the screen is narrower
 * than the width of the body. This ensures that the image doesn't flicker or
 * jump when you resize the browser window on a desktop computer too.
 */
@media screen and (max-width: 480px) { /* iPhone styles */
    body.ipad, body.ipad #background-swap {
        background-position: 0px 0px !important;
    }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
    body { /* non-iOS devices, to handle screen resizing */
        background-position: 0px 0px !important;
    }
    body.ipad, body.ipad #background-swap { /* iPad styles */
        background-position: 50% -30px;
    }
}

.top-wrapper{background-color:#000;}
#trailers .fade-left, .thumb-tray .fade-left {
	background-color: #211F20;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #211F20), color-stop(100%, #000));
	background-image: -webkit-linear-gradient(right, #211F20, #000);
	background-image: linear-gradient(to left,#211F20, #000);
/*    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#000', EndColorStr='#211F20', GradientType=1); */
}
#trailers .fade-right, .thumb-tray .fade-right {
	background-color: #211F20;
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #211F20), color-stop(100%, #000));
	background-image: -webkit-linear-gradient(left, #211F20, #000);
	background-image: linear-gradient(to right,#211F20, #000);
/*    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#211F20', EndColorStr='#000', GradientType=1);*/
}

body.body-white #trailers .fade-left, .thumb-tray .fade-left {
    background-color: #E1E1E1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E1E1E1), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(right, #E1E1E1, #000);
    background-image: linear-gradient(to left,#E1E1E1, #000);
/*    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#000', EndColorStr='#E1E1E1', GradientType=1); */
}
body.body-white #trailers .fade-right, .thumb-tray .fade-right {
    background-color: #E1E1E1;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #E1E1E1), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(left, #E1E1E1, #000);
    background-image: linear-gradient(to right,#E1E1E1, #000);
/*    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#E1E1E1', EndColorStr='#000', GradientType=1); */
}
