.jcarousel-skin-tmn-features {
	width: 640px;
}

.jcarousel-skin-tmn-features .jcarousel-container {
    
}

.jcarousel-skin-tmn-features .jcarousel-container-horizontal {
    width: 640px;
	overflow: hidden;
}

.jcarousel-skin-tmn-features .jcarousel-clip-horizontal {
    position: relative;
    left: 8px;
    top: 0px;
    width:  640px;
    height: 600px;
}

.jcarousel-skin-tmn-features .jcarousel-item {
    width: 640px;
    height: 600px;
	margin-left: 2px;
	text-align: center;
}

.jcarousel-skin-tmn-features .jcarousel-item-horizontal  .image {
    width: 640px;
    height: 600px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tmn-features .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 358px;
    cursor: pointer;
    background: transparent url(button-next.gif) no-repeat 0 0;
}

.jcarousel-skin-tmn-features .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 20px;
    height: 358px;
    cursor: pointer;
    background: transparent url(button-previous.gif) no-repeat 0 0;
}
