.ball-number{
position:relative;
padding-left:50px;
margin-bottom:10px;
}
.ball-name{
position:absolute;
left:0;
top:0px;
font-size:16px;
line-height:40px;
}
.ball-number .button-list{
	max-width:40%;
}
.ball-number .ball-list{
	float:left;
	max-width:520px;
}
.ball-list li {
  /*display: inline-block;
  *display: inline;
  *zoom: 1;*/
  padding-right: 4px;
  padding-left: 4px;
  float:left;
  margin:0;
  margin-bottom:10px;
  text-align:center;
  font-size:16px;
}
.ball-list li a{
  display:block;
  min-width:40px;
  min-height:40px;
  padding:0px;
  font-size:20px;
  line-height:40px;
  font-family:Arial;
  font-weight:900;
  text-align:center;
  background:no-repeat center;
  color:#333;
  text-decoration:none;
  cursor:pointer;
  -webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;
color: #333333;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);vertical-align: middle;cursor: pointer;background-color: #f5f5f5;*background-color: #e6e6e6;background-image:none;background-image: -moz-linear-gradient(top, #ffffff, #aaaaaa);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#aaaaaa));background-image: -webkit-linear-gradient(top, #ffffff, #aaaaaa);background-image: -o-linear-gradient(top, #ffffff, #aaaaaa);background-image: linear-gradient(to bottom, #ffffff, #aaaaaa);background-repeat: repeat-x;border: 1px solid #999;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#aaaaaa', GradientType=0);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom: 1;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ball-list li.active a{
 color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #da4f49;*background-color: #bd362f;background-image:none;background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: #bd362f #bd362f #802420;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
 outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ball-list li a:hover,.ball-list li a:focus {color: #333333;text-decoration: none;background-position: 0 -60px;-webkit-transition: background-position 0.1s linear;   -moz-transition: background-position 0.1s linear;     -o-transition: background-position 0.1s linear;        transition: background-position 0.1s linear;}
.ball-list li.active a:hover,.ball-list li.active a:focus {color:#FFFFCC}




.button-list li {
  padding-right: 5px;
  padding-left: 5px;
  float:left;
  margin:0;
  line-height:30px;
  text-align:center
}
.button-list li a{
  display:block;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:16px;
  font-family:Arial;
  font-weight:900;
  text-align:center;
  background:no-repeat center;
  color:#ddd;
  text-decoration:none;
  /*background-image:url(images/ball-black.png);*/
  cursor:pointer;
  
 color: #222;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #eee;*background-color: #eee;background-image: -moz-linear-gradient(top, #efefef, #ddd);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#ddd));background-image: -webkit-linear-gradient(top, #efefef, #ddd);background-image: -o-linear-gradient(top, #efefef, #ddd);background-image: linear-gradient(to bottom, #efefef, #ddd);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffffffff', GradientType=0);border: 1px solid #999;-webkit-border-radius: 4px;   -moz-border-radius: 4px;        border-radius: 4px;
}
.button-list li a:hover{color: #000;text-decoration: none;background-position: 0 -60px;-webkit-transition: background-position 0.1s linear;   -moz-transition: background-position 0.1s linear;     -o-transition: background-position 0.1s linear;        transition: background-position 0.1s linear;}




.button-ball li a{
  width:auto;
  height:auto;
  line-height:40px;
  padding: 0px 8px;
  font-size: 20px;
  -webkit-border-radius: 6px;   -moz-border-radius: 6px;        		border-radius: 6px;
color: #333333;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);vertical-align: middle;cursor: pointer;background-color: #f5f5f5;*background-color: #e6e6e6;background-image:none;background-image: -moz-linear-gradient(top, #ffffff, #aaaaaa);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#aaaaaa));background-image: -webkit-linear-gradient(top, #ffffff, #aaaaaa);background-image: -o-linear-gradient(top, #ffffff, #aaaaaa);background-image: linear-gradient(to bottom, #ffffff, #aaaaaa);background-repeat: repeat-x;border: 1px solid #999;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#aaaaaa', GradientType=0);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom: 1;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button-ball li.active a{
 color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #da4f49;*background-color: #bd362f;background-image:none;background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: #bd362f #bd362f #802420;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
 outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button-ball li a:hover,.button-ball li a:focus {color: #333333;text-decoration: none;background-position: 0 -60px;-webkit-transition: background-position 0.1s linear;   -moz-transition: background-position 0.1s linear;     -o-transition: background-position 0.1s linear;        transition: background-position 0.1s linear;}
.button-ball li.active a:hover,.button-ball li.active a:focus {color:#FFFFCC}
.panel-lottery{
	margin-bottom:10px;
}
.panel-lottery .panel-lottery-layout{
	float:left;
	width:33.33%
}
.panel-lottery .panel-footer{
	text-align:center;
	padding:10px;
	margin-top:10px;
}
.panel-lottery .lottery_logo{
	width:30px;
	height:30px;
	margin-right:10px;
}
.panel-lottery .panel-lottery-issue{
	float:right;
	margin:10px;
}




.panel-lottery .nav {
    background:none;
    white-space:normal;
}
.panel-lottery .nav-pills li {
    width:150px;
    text-align:center;
    float:left
}
.panel-lottery .nav-pills li a {
    padding:8px 0px;
    width:95%;
    text-align:center;
    font-size:12px;
    color:#222;
    border:1px solid #ccc
}
.panel-lottery .nav-pills .active a {
    background:#3180C2!important;
    color:#fff
}
.panel-lottery .list-group {
    border-top1:1px solid #ccc;
    border-left1:1px solid #ccc;
    margin-top:5px;
}
.panel-lottery .list-group-item {
    width:150px;
    text-align:center;
    float:left;
    border-right1:1px solid #ccc;
    border-bottom1:1px solid #ccc;
    line-height:200%;
}
.panel-lottery .list-group-item:hover{
	background:#eee;
}
.panel-lottery .list-group-item img {
    width:100px;
    height:100px;
}
.wrapper{
width:100%
}