html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
html{
    height:100%;
}
body{
    height:100%;
}


/* ************************************************************************************** */

.WM-slider{
   position:relative; 
   width:100%; height:100%;
   overflow:hidden;
}
.WM-slider ul.slider{
    position:relative;
    list-style-type: none; 
    height:100%;
}
.WM-slider ul.slider li.slides{
    display:block; float:left; 
    height:100%; overflow:hidden;
    position:relative;
}
    .download_box .WM-slider{
        position:relative;
        max-width:620px; width:78%; margin:0 auto;
        margin-top:10px;  height:80%;
    }
    .download_box .slides ul li{
        display:block; max-width:305px;
        width:47%; float:left; margin-right:2%;
        margin-top:2%; overflow:hidden;
        color:#2a734a;
    }
    .download_box .slides ul li a{
        font:normal normal 11px/17px 'Montserrat', sans-serif;
        color:#2a734a; text-transform:uppercase;
        
    }
    .download_box .slides ul li img{
        margin-top:0px;
    }
    .download_box .WM-slider .WM-control-nav{
        overflow:hidden; display:block; position:absolute; bottom:0; right:50%; margin-bottom:3%;
        width:auto; margin-right:-30px;
    }
        .download_box .WM-slider .WM-control-nav li{
            background:url('http://a.dilcdn.com/sa/movies/million-dollar-arm/images/download-sider-li.png') no-repeat;
            background-position:center;
            width:15px; height:15px; text-indent:-9999px; float:left;
            margin-right:16px; cursor:pointer;
        }
        .download_box .WM-slider .WM-control-nav li.active{
            background:url('http://a.dilcdn.com/sa/movies/million-dollar-arm/images/download-slider-li-active.png') no-repeat;
            height:15px; width:15px;
            
        }
.WM-next{
    display:none;
}
.WM-prev{
    display:none;
}
