body{
    background:#fd7 url("/images/bg_simabua.jpg") no-repeat center 15px;
}

#wrapper{
    width: 1000px;
    margin:0 auto;
}

#lottery {
  top: 100px;
  bottom: 200px;
  position: fixed;
  width: 994px;
}

#lottery ul {
    width: 20000px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

#lottery li {
    background-color: #def;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    height: 100px;
    
}

#lottery li img {
    width: 132px;
    border: 0;
}

#lottery-control {
  height: 14px;
  margin: 40px auto 0;
  width: 200px;
}

#lottery-control a{
    float: right;
    font-size: 18px;
    color: #F8E423;
    font-weight: 700;
    background-color: #f00;

}

#lottery-control a:first-child{
    float: left;
    font-size: 18px;
    color: #F8E423;
    font-weight: 700;
    background-color: #f00;
  
}

#lottery-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 994px;
    height: 75px;
    background-color: #fff;
}

#lottery-selected {
    border: 2px dashed #ff0000;
    bottom: 0;
    height: 80px;
    left: -5px;
    margin: -133px auto 0;
    position: relative;
    width: 142px;
}

#lottery-hero{
    border: medium none;
    border-radius: 10px;
    box-shadow: 5px 5px 30px #FFFF00;
    margin: 0 auto 9%;
    width: 350px;
}

#lottery-hero img{
    width: 300px;
}


.byphone #lottery li b {
  display: block;
  margin-top: 16px;
  text-align: center;
  width: 132px;
}

.byphone #lottery-hero {
  background-color: #A7DB77;
  font-size: 100px;
  margin: 0 auto 20%;
  #margin: 100px;
  font-family: "Georgia";
  text-align: center;
  width: 690px;
}