.jcarousel {
    position: relative;
    overflow: hidden;
    height: 215px;
}

.price-badge {
    position: absolute;
    bottom: -35px;
    right: 10px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel ul li {
	font-size: 18px;
	height: 135px;
	width: 180px;
	margin: 0 21px 5px 20px;
	background: #fff url("../img/zoom_in.629d76ecfe53.png") no-repeat 60px 40px;
	display: inline-block;
	border-radius: 5px;
	opacity: 1;
	box-shadow: 0 5px 15px 0px #777; 
	position: relative; 
}

.jcarousel-prev {
    position: absolute;
    left: 0;
}

.jcarousel-next {
    position: absolute;
    right: 0;
}

/* Homepage
----------------------------------------------*/

#homepage-carousel .jcarousel {
    width: 889px;
    margin: 15px auto;
    height: 215px;
    position: relative;
    overflow: hidden;
}

#homepage-carousel .jcarousel.preinit ul {
    /* t-shirts should default to hidden */
    /* left: -221px!important; */
}

#homepage-carousel .jcarousel-prev, #homepage-carousel .jcarousel-next {
    top: 65px;
    display: none;
}

#homepage-carousel {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.item-container {
	display: static;
	text-decoration: none;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 0 5px 0;
	padding: 0;
	/* position: relative; */
	font-weight: bold;
	color: black;
}

.item-container img.product-image {
	background-color: #fff;
	border-radius: 5px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	margin-bottom: 5px;
}
.jcarousel ul li a img:hover {
	opacity: 0;
	border-radius: 5px;
}

.item-container:hover {
    color: black;
    background: white;
}

.item-container.active {
    background: white;
}

.item-name {
	font-weight: bold; margin: 0; float: left; width: auto; position: absolute; top: 145px; font-size: 15px;width: 100px;
}
.shoppingcart .item-name {
font-size: 12px;
}

.shoppingcart .item-name {font-size: 12px;}
.price-badge img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.jcarousel-control {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.jcarousel-control img:hover {opacity:.5;}

.price-badge span.price {
font: 400 30px "Lilita One";float: none; background-color: #fd9b00; border: 2px dotted #c46e00; padding: 2px 8px; border-radius: 3px; color: #fff; text-shadow:#000 0 1px 1px; position: absolute; bottom: -20px; right: -10px; width: auto; box-shadow: 0 2px 4px 0px #777;
}
.jcarousel ul .price-badge img:first-child {display: none;}
a.item-container:hover, a.item-container.active { background: none; }

