.card {
  background: #FFF;
  xborder: 1px solid #AAA;
  box-shadow: 2px 2px 8px 0px #AAA;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
}

.card h1 {
  margin: 0px;
  padding: 10px;
  padding-bottom: 0px;
}
.card p {
  margin: 0px;
  padding: 10px;
}

.card2 {
  background: #FFF;
  xborder: 1px solid #AAA;
  box-shadow: 0px 0px 0px 0px #0;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
}

.card2 h1 {
  margin: 0px;
  padding: 10px;
  padding-bottom: 0px;
}
.card2 p {
  margin: 0px;
  padding: 10px;
}
.card-image {
  xwidth: 100%;
  xheight: 200px;
  padding: 0px;
  margin: 0px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.card-image .banner {
  height: 50px;
  width: 50px;
  top: 0px;
  right: 0px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url('../images/new.png');
  position: absolute;
}
.card-image h1, 
.card-image h2, 
.card-image h3, 
.card-image h4, 
.card-image h5, 
.card-image h6 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  background: rgba(0,0,0,0.25);
  margin: 0px;
  padding: 6px 0px 6px 0px;
  border: none;
  text-shadow:0 0 0;
  text-align: center;
}
div.holoPressEffectDiv {
	background-color: #CCCCCC;
}