#mycarousel {
	position:relative;
	list-style-type:none;
	height:105px;
}

.jcarousel-container{
	width:1000px;
	float:left;
	margin-left:17px;
}

.jcarousel-container-small{
	width:437px;
	float:right;
	margin-left:0;
	background:url(../images/featuredProdBG.png) top center repeat;
	border:solid 2px #daaf3d;
	height:282px;
}

.jcarousel-container-small .jcarousel-item{width:210px;}

#mycarousel li{
	float:left;
	width:104px;
	text-align:center;
}

#mycarousel li a{
	text-decoration:none;
	float:left;
}

#mycarousel li a span{
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
	padding-top:5px;
	float:left;
	width:100%;
}

#mycarousel li a img{
	border:solid 1px #3BAC36;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-item {
    width: 241px;
}

.jcarousel-item-horizontal {
margin:0 5px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.jcarousel-next-horizontal {
	background: url(../images/arrowRight.png) center center no-repeat;
	cursor: pointer;
    height: 51px;
    right: -55px;
    position: absolute;
    top: 104px;
    width: 34px;
    z-index: 100;
}

.bestSellers .jcarousel-next-horizontal{
	background: url(../images/arrowRightG.png) #fff;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    background: url(../images/arrowRight.png) center center no-repeat;
}

.jcarousel-next-horizontal:hover {
    background:url(../images/arrowRight.png) center center no-repeat;
}

.bestSellers .jcarousel-next-horizontal:hover{
	background:url(../images/arrowRightG.png) #fff;
}

.jcarousel-prev-horizontal{ 
background:url(../images/arrowLeft.png) center center no-repeat;
	cursor: pointer;
    height: 51px;
    left: -45px;
    position: absolute;
    top: 104px;
    width: 33px;
    z-index: 100;
}

.bestSellers .jcarousel-prev-horizontal{
	background:url(../images/arrowLeftG.png) #fff;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background: url(../images/arrowLeft.png) center center no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background:url(../images/arrowLeft.png) center center no-repeat;
}

.bestSellers .jcarousel-prev-horizontal:hover {
    background:url(../images/arrowLeftG.png) #fff;
}