.jcarousel-scope {
    position: relative;
    width: 430px;
    background: #fefefe;
    padding: 0px 0px 10px 0px;
}


/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list #mycarousel{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    vertical-align:bottom;
}


.jcarousel-list li {
    float: left;
    list-style: none;
    width: 200px;
    height: 180px;
    margin-right: 1px;
    
}

.jcarousel-list li.txt {
    float: left;
    list-style: none;
    width: 230px;
    height: 180px;
    margin-right: 1px;
    
}


.jcarousel-list li p{
    padding:30px 0px 0px 10px;
    vertical-align:bottom;
}

.jcarousel-list li p.top{
    padding:0px 0px 0px 2px;
    vertical-align:bottom;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    position: absolute;
    top: 162px;
    right: 0px;
    width: 40px;
    height: 16px;
    cursor: pointer;
    border: 0;
    color: #666;
    background: #fefefe;
    font-weight: bold;   
    vertical-align:middle;
}

.jcarousel-next-disabled {
    color: #fff;
    cursor: default;
}

.jcarousel-prev {
    position: absolute;
    top: 162px;
    left: 0px;
    width: 40px;
    height: 16px;
    cursor: pointer;
    border: 0;
    color: #666;
    background: #fefefe;
    font-weight: bold;
}

.jcarousel-prev-disabled {
    color: #fff;
    cursor: default;
}