
#wrapper,#wrapper1{
    margin:0 auto;
}

#lottery,#lottery1 {
  margin-top:24px;
  width:100%;
  border-bottom:1px solid #f5f5f5;
}

#lottery ul,#lottery1 ul {
    width: 20000px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

#lottery li,#lottery1 li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    height: 100px;
}

#lottery li img,#lottery1 li img {
    width:32px;
    border: 0;
    height:32px;
}

#lottery-control {
  height: 14px;
  margin: 40px auto 0;
  width: 100px;
}

#lottery-control a{
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

#lottery-control a:first-child{
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

#lottery-container,#lottery-container1 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width:285px;
    height:56px;
}
#lottery-selected {
    border: 1.4px solid #ccac82;
    bottom: 0;
    height: 42px;
    left: -1px;
    margin: -149.2px auto 0;
    position: relative;
    width: 42px;
}

#lottery-hero{
    border: medium none;
    box-shadow: 5px 5px 30px #FFFF00;
    margin: 0 auto 9%;
    width: 300px;
}

#lottery-hero img{
    width: 300px;
}


.byphone #lottery li b {
  display: block;
  margin-top: 16px;
  text-align: center;
  width: 132px;
}

.byphone #lottery-hero {
  background-color: #FFFFFF;
  font-size: 100px;
  margin: 0 auto 20%;
  text-align: center;
  width: 690px;
}