@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

.parfum{
  margin-top: 0px;
  background: url('parfum_spritesheet.png');
  width: 300px;
  height:250px;
  position: relative;
  z-index: 995;
}

#border {
  position: absolute;
  width: 298px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #666666; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#text2 {
  position:absolute;
  top: 130px;
  left: 15px;
  width:100%;
}

#text3 {
  position:absolute;
  top: 130px;
  left: 15px;
  width:100%
}

#eindframe {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  /*background-color: #ffffff;*/
  z-index: 900;
}

#eindframe img{
    position: absolute;
    margin: auto;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
}

.cardWrapper1{
  width:71px;
  height:110px;
  position:absolute;
  top: 5px;
  left: 5px;
}

.cardWrapper2{
  width:71px;
  height:110px;
  position:absolute;
  top: 5px;
  left: 77px;
}

.cardWrapper3{
  width:71px;
  height:110px;
  position:absolute;
  top: 5px;
  left:149px; 
}

.cardWrapper4{
  width:71px;
  height:110px;
  position:absolute;
  top: 5px;
  left:221px;
}

.cardFace1{
  position:absolute;
  width:71px;
  height:110px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

.cardFace2{
  position:absolute;
  width:71px;
  height:110px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

.cardFace3{
  position:absolute;
  width:71px;
  height:110px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

.cardFace4{
  position:absolute;
  width:71px;
  height:110px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

.front{
  background-color: #fff;
}

.back{
   right:0px;
   background-color: #fff;
}

.button{
  position:absolute;
  border-radius: 4px;
  width:87px;
  height:27px;
  right:6px;
  bottom:6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  color: #ffffff;
  border-radius: 4px;
  border-style: none;
  background-color: #3366cc;
  text-decoration:none;
  cursor:pointer;
  z-index: 994;
  outline:none;
}

.button img{
  margin-right:5px;
}

.button:hover{
   background-color: #6083c8;
}