/********************************************************************************/
/* item card */
/********************************************************************************/
.jcarousel-skin-mu {
    background: transparent;
}

.jcarousel-skin-mu h5 {font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; font-size:14px; color:#555555; line-height:18px; font-weight:normal; padding-bottom:10px;}
.jcarousel-skin-mu h6 {font-family: Arial, Tahoma, sans-serif; font-weight:bold; font-size:10px; line-height:12px; color:#000000; padding-bottom:10px; text-transform:uppercase;}

.jcarousel-skin-mu h6 {padding:15px; padding-bottom:10px;}
.jcarousel-skin-mu h5 {padding:15px; padding-bottom:0px; padding-top:0px;}

.jcarousel-item {
    width: 218px;
    height: 308px;
	border:1px solid #ddd;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	bac kground:url(../img/btn-view-details.png) bottom center no-repeat #FFFFFF;
	background-color:#FFFFFF;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}

a.carousel-item-link {height:40px; width:218px; display:block; position:absolute; bottom:0px; background:url(../img/btn-view-details.png) 0 0 no-repeat;}
a.carousel-item-link:hover {background:url(../img/btn-view-details.png) 0px -40px no-repeat;}

/* Sliding Boxes ----------------------------------------------------------------- */
.boxgrid{width: 100%; height: 160px; float:left; background:url(../img/gift-progress-bg.jpg) center center no-repeat #161613; overflow: hidden; position: relative; margin-bottom:15px; text-align:center;}
.boxgrid img{position: absolute; top: 0; left: 0; border: 0;}
.slider-image {display: block;
  width: 218px;
  max-width: 100%;
  height: auto;
  min-height: 160px;
  }
  .boxgrid-in-basket{overflow: hidden; height: 160px; }
  
.jcarousel-item:hover .boxgrid img
{
    -webkit-transform: translate(325px,0);
	-ms-transform: translate(325px,0);
	        transform: translate(325px,0);
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/******************************************************/
/* responsive carousel */
/******************************************************/
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.jcarousel li {
    width: 218px;
    height: 308px;
	border:0px solid #ddd;
	background:transparent;
	position:relative;
	overflow:hidden;
	bac kground:url(../img/btn-view-details.png) bottom center no-repeat #FFFFFF;
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}*/
.jcarousel li 
{
    width: 25%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*-webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/* mizzou customize */
.jcarousel-control-prev {
    position: absolute;
    top: 145px;
    left: 10px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-control-next {
    position: absolute;
    top: 145px;
    right: 10px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../img/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-control-prev:hover, 
.jcarousel-control-prev:focus {
    background-position: -54px 0;
}

.jcarousel-control-prev:active {
    background-position: -108px 0;
}

.jcarousel-control-next:hover,
.jcarousel-control-next:focus {
    background-position: -54px 0;
}

.jcarousel-control-next:active {
    background-position: -108px 0;
}
/* end of Mizzou customize */

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.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;
}

.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;
}

