/*
essential styles:
these make the slideshow work
*/
#slides{
    position: relative;
    height: 320px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 2;
}



/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{
    font-size: 24px;
    padding: 20px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
}

.slide:nth-of-type(1){
    background: orange;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/top_img2.gif");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(2){
    background: purple;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c108.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(3){
    background: green;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c103.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(4){
    background: blue;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c101.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(5){
    background: red;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c117.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}

.slide:nth-of-type(6){
    background: orange;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c107.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(7){
    background: purple;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c108.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(8){
    background: green;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c103.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(9){
    background: blue;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c101.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(10){
    background: red;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c117.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}

.slide:nth-of-type(11){
    background: orange;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c107.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(12){
    background: purple;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c108.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(13){
    background: green;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c103.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(14){
    background: blue;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c101.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(15){
    background: red;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c117.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}

.slide:nth-of-type(16){
    background: orange;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c107.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(17){
    background: purple;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c108.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}
.slide:nth-of-type(18){
    background: green;
    background-image: url("../img_ad_mc/cateimgs_ad_mc/c103.jpg");
    background-position-x: center;
    background-repeat: no-repeat; 
}


.cntrls_catebnr{
  background: #333;
  color: #fff;
  border: none;
  padding: 15px 0px;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #fff;
  margin: 10px 0px 0px 10px;
  width: 60px;
  height: 60px;
}

.cntrls_catebnr:hover,
.cntrls_catebnr:focus{
  background: #eee;
  color: #333;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    background-color: black;
    opacity: 0.6;
    padding: 10px;
}

.buttons {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  font-size: 0px;
}