/* overlay size and background image */
/* line 5, ../../sass/modules/mgame-flow.scss */
#modal {
  background: #404040;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: none;
  text-align: center;
  padding: 0;
}
/* line 11, ../../sass/modules/mgame-flow.scss */
#modal img {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 16, ../../sass/modules/mgame-flow.scss */
#modal a.browse {
  position: absolute;
  height: 50px;
  width: 10px;
  top: 45%;
  cursor: pointer;
}
/* line 23, ../../sass/modules/mgame-flow.scss */
#modal a.left {
  background: url('../../images/flow/left.png?1408013313') no-repeat;
  left: 10px;
}
/* line 27, ../../sass/modules/mgame-flow.scss */
#modal a.right {
  background: url('../../images/flow/right.png?1408013313') no-repeat;
  right: 10px;
}
/* line 32, ../../sass/modules/mgame-flow.scss */
#modal .close {
  background: url('../../images/flow/close.png?1408013313') no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* close button for overlay */
