.jcarousel-small_wrap{
	width: 950px;
	margin: -375px auto -70px;
}
.jcarousel-small_block{
	width: 290px;
	height: 450px;
	background:#ffffff;
	box-shadow: 0 5px 8px 1px #6C6C6C;
	position:relative;
	z-index:60;
}
.ssb_head{
	width: 290px;
	height: 60px;
	line-height: 60px;
	background: #EC8625;
	text-align:center;
	font-size: 25px;
	color:#ffffff;
	font-family: 'MullerExtraBoldDEMO';
	font-weight: 400;
	text-transform:uppercase;
	margin-bottom:25px;
}

.small_name {
    font-size: 18px;
    color: #4C4D4F;
    font-weight: 700;
    padding: 10px 15px 0px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.small_price{
	color:#d48431;
	font-size: 29px;
	font-weight: 800;
}
.small_buy{
	display: block;
	width: 58px;
	height: 21px;
	background: none repeat scroll 0% 0% #EC8625;
	line-height: 22px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
	margin: 8px auto 0px auto;
	text-align: center;
}

.jcarousel-small-wrapper {
    margin: 0px auto;
    position: relative;
	box-sizing: padding-box;
	box-sizing: border-box;
	display: block;
}



/** Carousel **/



.small-jcarousel {
    position: relative;
    overflow: hidden;
    width: 290px;
	height: 313px;
	margin: 0 auto;
	margin-top: 10px;
}

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

.small-jcarousel ul li {
	width: 290px;
	height: 320px;
	text-align:center;
	float: left;
}

.small-jcarousel img {
	margin: auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Pagination **/

.small-jcarousel-pagination {
    position: relative;
    bottom: 0px;
    left: 15px;
    margin: 10px 0px 0px -15px;
    width: 100%;
    text-align: center;
}

.small-jcarousel-pagination a {
	width: 25px;
	height: 13px;
	background:url(../images/pager.png) no-repeat left top;    
    display: inline-block;  
}

.small-jcarousel-pagination a.active {
    background:url(../images/pager.png) no-repeat right top;
}



