/* Styles */
.jcarousel-container {position:relative;height:57px;width:310px;padding:6px 33px 20px 36px;}
.jcarousel-clip {z-index: 2;overflow: hidden;position: relative;width:310px;height:57px;padding:0;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;width:310px;height:57px;padding:0;}
.jcarousel-list li {width:54px;height:57px;margin-right:10px;padding:0;}
.jcarousel-list li,.jcarousel-item {float: left; list-style: none; width: 54px; height: 57px;}
.jcarousel-list li img {width:48px;height:51px;padding:2px !important;border:1px solid #DADEE1;-moz-box-shadow:2px 2px 2px #DADEE1;}
.jcarousel-list li img:hover {border:2px solid #ff6705 !important;padding:1px !important;}
.jcarousel-list li img.active {border:2px solid #17AAED !important;padding:1px !important;}

.jcarousel-item-placeholder {background: #fff;color: #000;}

/* Horizontal Buttons */
.jcarousel-next, .jcarousel-prev {z-index:3;display:none;}
.jcarousel-next-horizontal {position:absolute;top:13px;right:2px;width:24px;height:44px;cursor:pointer;background:transparent url('next.png') no-repeat 0 0;}
.jcarousel-next-horizontal:hover {background-position: -24px 0;}
.jcarousel-next-horizontal:active {background-position: -48px 0;}
.jcarousel-next-disabled-horizontal,.jcarousel-next-disabled-horizontal:hover,.jcarousel-next-disabled-horizontal:active {cursor:default;background-position: -72px 0;}
.jcarousel-prev-horizontal {position:absolute;top:13px;left:2px;width:24px;height:44px;cursor:pointer;background:transparent url('prev.png') no-repeat 0 0;}
.jcarousel-prev-horizontal:hover {background-position: -24px 0;}
.jcarousel-prev-horizontal:active {background-position: -48px 0;}
.jcarousel-prev-disabled-horizontal,.jcarousel-prev-disabled-horizontal:hover,.jcarousel-prev-disabled-horizontal:active {cursor: default;background-position: -72px 0;}

