#giftBox {
    background-image: url(img/giftbg.png);
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    left: 100px;
    top: 60px;
    width: 723px;
    height: 458px;
    transform: scaleX(0.8) scaleY(0.8);
    transform-origin: 0 0;
}

#giftBoxLabel {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: 'Myriad Pro';
    font-weight: bold;
    color: #000000;
    min-height: 60px;
 
}
#giftTabs {
    position: absolute;
   
    width: 600px;
    height: 38px;    
    left: 120px;
    top: 5px;
    
}

.giftTab {
    margin-left: 0px;
    float: left;
    width: 110px;
    height: 30px;
    background-image: url(img/giftTab0.png);
    background-repeat: no-repeat;
    background-size: 110px 30px;
    
}
.giftTabOn {
    margin-left: 0px;
    float: left;
     width: 110px;
    height: 30px;
    background-image: url(img/giftTab1.png);
    background-repeat: no-repeat;
     background-size: 110px 30px;
    
}
.giftTabLabel {
    text-align: center;
    font-family: 'Myriad Pro Black';
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: black;
}
.giftContainerBack{
    z-index: -3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    top: 32px;
    left: 5px;
    background-image: url(img/giftBoxContainerBack.png);
    background-repeat: no-repeat;
    width: 723px;
    height: 458px;
    
}

.giftPanel {

    position: absolute;
    left: 10px;
    top: 42px;
    width: 505px;
    height: 405px;
    overflow: hidden;
    overflow-y:auto;
}



.giftPanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(55,54,73,0.3);
	border-radius: 10px;
	background-color:rgba(255,255,255,0);
}

.giftPanel::-webkit-scrollbar
{
	width: 18px;
	background-color: rgba(255,255,255,0);
}

.giftPanel::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    
	-webkit-box-shadow: inset 0 0 6px rgba(66,67,92,.3);
	background-color: #CCCCCC;
}

.giftBoxSpacer {
    position: absolute;
    left: 525px;
    top: 48px;
    width: 4px;
}
.giftBoxPlayerView {
      position: absolute;
    left: 530px;
    top: 48px;
    width: 180px;
    height: 400px;

}
.giftBoxPlayerName{
    text-align: center;
     position: absolute;
      left: 5px;
     top: 0px;
     width: 180px;
     height: 40px;
     font-family: 'Myriad Pro';
     font-weight: bold;
     color: black;
}
.giftPlayerBoxAvatar {
       position: absolute;
         width: 180px;
      text-align: center;
     top: 20px;
     
}
.giftBoxAvatar {
    
    width: 100px;
    height: 100px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    
}
#giftButtonsContainer {
    text-align: center;
    position: absolute;
    top: 128px;
}

.giftBuyButton {
    -ms-filter: brightness(1);
    -webkit-filter: brightness(1); 
  filter: brightness(1); 
  
     margin-top: -8px;
    padding: 5px;
    line-height:26px;
    background-image: url(img/giftBuyButton.png);
    background-repeat: no-repeat;
    width: 186px;
    height: 58px;
    font-family: 'Myriad Pro';
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.giftBuyButton:hover{
        -ms-filter: brightness(1.2);
    -webkit-filter: brightness(1.2); 
      filter: brightness(1.2);
}
.giftBuyButton:active{
        -ms-filter: brightness(0.4);
    -webkit-filter: brightness(0.4); 
      filter: brightness(0.4);
}
.giftBuyButton > span {
    margin-left: 50px;
    color: black;
}
.darked {
       filter: brightness(0.4);
}
.giftBuyButton > img{
    pointer-events: none;
  float: left;
 padding-left: 40px;
 padding-right: 2px;
}
.buttonPriceDiv {
    pointer-events: none;
    font-family: 'Myriad Pro';
    font-size: 18px;
    font-weight: bold;
       color: black;
   
    
        
}

#giftPreviewDiv {
    position: absolute;
    left: 10px;
    top: 50px;
}

#giftBoxClose {
    position: absolute;
    left: 615px;
    top: 368px;
    width: 112px;
    height: 112px;
        
}

.giftBoxItem {
  float: left;
    margin-left: 5px;
    margin-top: 3px;
    width: 111px;
    height: 145px;
    background-image: url(img/giftItemBackOff.png);
    background-repeat: no-repeat;
        
}
.giftBoxItemOn {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    width: 111px;
    height: 145px;
    background-image: url(img/giftItemBackOn.png);
    background-repeat: no-repeat;
        
}
.permanentIkon {
   pointer-events: none;
    background-image: url(img/giftItemPermanent.png);
    background-repeat: no-repeat;
   margin-left: 0px;
      margin-top: 0px;
    width: 111px;
    height: 30px;
}
.giftPictureImage{
    pointer-events: none;
    max-height: 60px;
    max-width: 60px;
    
}
.giftPicture {
    pointer-events: none;
    line-height: 70px;

   
    margin-top: 2px;
   margin-left: 2px;
    text-align: center;
    width: 110px;
    height: 70px;

    
}

.giftItemName {
    pointer-events: none;
    text-align: center;
    font-family: 'Myriad Pro Black';
    font-weight: normal;
    font-size: 12px;
    color:black;
    
    margin-left: 0px;
    margin-top: -6px;
    width: 118px;
 
}

.giftItemNameGreen {
    pointer-events: none;
    text-align: center;
    font-family: 'Myriad Pro Black';
    font-weight: normal;
    font-size: 12px;
    color:#2EAA23;
    
    margin-left: 0px;
    margin-top: -6px;
    width: 118px;
 
}
.giftPriceTypeChips{
     pointer-events: none;
    margin-left: 6px;
    margin-top: 0px;
    width: 30px;
    height: 27px;
 
    
    background-image:url(img/giftItemPriceTypeChips.png);
    background-repeat: no-repeat;
}
.giftPriceTypeGold{
    pointer-events: none;
    margin-left: 6px;
    margin-top: 0px;
    width: 30px;
   height: 27px;
 
    background-image:url(img/giftItemTypeGold.png);
    background-repeat: no-repeat;
}
.giftItemPrice{
    display:inline;
    text-align: left;
    font-family: 'Myriad Pro Black';
    font-weight: normal;
    font-size: 13px;
    color: black;

    float: left;
    margin-left:33px;
    margin-top: -25px;
    width: 90px;
    height: 22px;
}
.giftItemPriceOrange{
    display:inline;
    text-align: left;
    font-family: 'Myriad Pro Black';
    font-weight: normal;
    font-size: 13px;
    color: orangered;

    float: left;
    margin-left:33px;
    margin-top: -25px;
    width: 90px;
    height: 22px;
}

.giftItemContainer {
    float: left;
    width: 200px;
    height: 200px;
}

.playerDefaultGift {
    position: absolute;
    z-index: 2;
    
}

#playerGift0 {
     left: -30px;
    top: 40px;
}

#playerGift1 {
      left: -30px;
    top: 20px;
}
#playerGift2 {
     left: -30px;
    top: 20px;
}
#playerGift3 {
      left: -30px;
    top: 20px;
}

#playerGift4 {
    left: 345px;
    top: 310px;
}
#playerGift5 {
    left: 205px;
    top: 310px;
}
#playerGift6 {
    left: 60px;
    top: 230px;
}
#playerGift7 {
   left: 70px;
    top: 70px;
}

#playerGift8 {
 left: 220px;
    top: 24px;
}

#playerGiftImage0 {
     max-height: 40px;
    /*transform-origin: 0 0;*/
    /*transform: scaleX(0.6) scaleY(0.6);*/
   
}
#playerGiftImage1 {
   max-height: 40px;
    /*transform-origin: 0 0;*/
    /*transform: scaleX(0.6) scaleY(0.6);*/
   
}
#playerGiftImage2 {
    max-height: 40px;
    /*transform-origin: 0 0;*/
    /*transform: scaleX(0.6) scaleY(0.6);*/
   
}
#playerGiftImage3 {
   max-height: 40px;
    /*transform-origin: 0 0;*/
    /*transform: scaleX(0.6) scaleY(0.6);*/
   
}