
/*My slider styles*/

#my_slider {
    width:100%;
    height:100%;
    overflow: hidden;
    position:absolute;
    list-style: none outside none;
    padding:0;
    margin:0;
}

#my_slider li {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
}

#arrow_left {
    position: absolute;
    right: 84px;
    bottom: 44px;
    display: none;
}

#arrow_right{
    position: absolute;
    right: 44px;
    bottom: 44px;
}

body {
    background-color: #000;
}



/* css reset */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.bg-img {-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;}