#home-carousel-list {position: relative;padding: 10px 30px;border:1px solid #e3e3e3;margin-bottom:20px;background-color:#fff;border-radius:8px;}
#home-carousel-list .carousel-item {margin-right: 5px;margin-left: 5px;text-align: center;position: relative;float: left;z-index: 20px;display: block;}

#home-carousel-list .caroufredsel_wrapper{overflow:hidden !important;}

.carousel-image{width:250px;background-color:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;display:inline-block;padding:10px;text-align:center;}
.carousel-image:hover{border:1px solid #aaa;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.carousel-image .image{display:block;margin-bottom:12px;}
.carousel-image .name{text-align:center;height:28px;line-height:14px;overflow:hidden;margin-bottom:8px;}
.carousel-image .name a{color:#333;text-decoration:none;display:block;margin-bottom:4px;font-size:12px;}
.carousel-image .name a:hover{color:#666;}
.carousel-image .price{display:block;height:18px;overflow:hidden;font-size:16px;color:#bc0000;}


.carousel-navigation {position: absolute;width: 100%;height:270px;top:10px;margin: 0;right: 0px;}
.carousel-navigation a{display: inline-block;width: 26px;height: 35px;background-repeat: no-repeat;transition: background-color .3s linear;-moz-transition: background-color .3s linear;-webkit-transition: background-color .3s linear;-ms-transition: background-color .3s linear;-o-transition: background-color .3s linear;}
.carousel-navigation a.carousel-prev {background: transparent url('../images/button-previous.png') no-repeat center center;margin-left:5px;height:100%;border-radius:5px;}
.carousel-navigation a.carousel-next {background: transparent url('../images/button-next.png') no-repeat center center;float: right;margin-right:5px;height:100%;border-radius:5px;}
.carousel-navigation a.carousel-prev:hover {background-color: #ccc;}
.carousel-navigation a.carousel-next:hover {background-color: #ccc;}

