
.jcarousel-wrapper {
	height:256px;
	overflow:hidden;
	 border-right:1px solid #e3e3e3;
}

.jcarousel ol {
	padding:0;
}

.jcarousel ol li {	
	list-style:none;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 101px;
    border:1px solid #e3e3e3;
    text-align:center;
}

.jcarousel img {
    padding:3px 0;  
}

.jcarousel ol li {  
     border:none;
}   
.jcarousel ol li .col-grad-grey {
    height: 60px !important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
	cursor:pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #344f43;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}