body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
    background-image: url("images/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
a {
	color: #000000;
}
.button {
	margin: 0;
	padding: 0;
	height: 25px;
	cursor: pointer;
	cursor: hand;
	display: table;
}
.buttonleft {
	margin: 0;
	padding: 0 5px 0 5px;
	height: 25px;
	background-image: url(images/buttonleft.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	display: table-cell;
}
.buttonmiddle {
	margin: 0;
	padding: 0 5px 0 0;
	height: 25px;
	background-image: url(images/buttonmiddle.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #252525;
	display: table-cell;
}
.buttonright {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 3px;
	background-image: url(images/buttonright.png);
	background-repeat: no-repeat;
	display: table-cell;
}


/* NEW */

.sliderblur {
    -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
    filter:         drop-shadow(0px 0px 5px #ffffff); 
}
.sliderblur:hover {
    -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
    filter:         drop-shadow(0px 0px 5px #ffffff); 
}
  
.popupbox {
  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top:150px;
  width: 360px;
  z-index: 2000;
}
.popupboxtitle {
  margin: 0;
  padding: 0;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.popupboxcontent {
  margin: 0;
  padding: 0;
}
.popupboxtop {
  display: block;
  width: 320px;
  padding: 20px 20px 0 20px;
  background-image: url(images/popupboxtop.png);
  background-repeat: no-repeat;
  background-size: 360px auto;
}
.popupboxbottom {
  display: block;
  width: 360px;
  height: 25px;
  background-image: url(images/popupboxbottom.png);
  background-repeat: no-repeat;
  background-size: 360px auto;
}

.menuimage {
  width: 60px;
  padding: 5px 5px 0 5px;
}
.black {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000000;
  opacity: 0.50;
  filter: alpha(opacity=50); 
}
.black2 {
  position: relative;
  top: 0px;
  center: 1px;
}
.gamecontainer {
  width:360px;
  margin:auto;
}
.logocontainer {
  width:250px;
  height:100px;
  overflow:hidden;
  position:absolute;
  top:10px;
}
.packcontainer {
  float:right;
  background-color: #990000;
  margin: 5px 0 0 0;
  padding:5px;
  border-radius: 5px;
  color:#ffffff;
  text-align:center;
  width:90px;
}
a {color: #000000};
.oldpackslist {
	width: 730px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.oldpacksnr {
	border-spacing: 0px;
	font-size: 30px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 70px;
}
.oldpacksimage {
	border-spacing: 0px;
	padding: 5px;
	width: 50px;
}
  .opimage {
    border-radius: 100%;
    width:50px;
  }
.oldpacksname {
	border-spacing: 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	width: 280px;
}
.oldpacksoldpacks {
	border-spacing: 0px;
	font-size: 40px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: 280px;
}