#giftcard_block p.link_gift_cards{
	background:url(../img/icon/giftcard_block.png) no-repeat;
	padding-left:50px;
	padding-top:5px;
	height:30px;
}

#giftcard_block {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5625rem;
  background: white;
  padding: 1.5625rem 1.25rem;
}


/***  JCAROUSEL  ***/
#choicegiftcard .jcarousel-wrapper {
  margin: 0;
  position: relative;
  border: none;
}

#choicegiftcard .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#choicegiftcard .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0 -2px;
  padding: 0;
}

#choicegiftcard .jcarousel li {
  width: 189px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  margin: 0 2px;
  position:relative;
}

#choicegiftcard .jcarousel li:hover {
  
  border: 1px solid #cecece;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#choicegiftcard .jcarousel li.selected {
  border: 2px solid #66A523;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

#choicegiftcard .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#choicegiftcard .jcarousel-control-prev {
  left: 5px;
}

#choicegiftcard .jcarousel-control-next {
  right: 5px;
}

/** Carousel Pagination **/

#choicegiftcard .jcarousel-pagination-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 0;
}

#choicegiftcard .jcarousel-pagination {
  margin-bottom: 0;
}

#choicegiftcard .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

#choicegiftcard .jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}
/***  END JCAROUSEL  ***/
