.jcarousel-skin-vegedis .jcarousel-container {
     border: 0px;
	 position:relative;
	 left:-40px;	 
}

.jcarousel-skin-vegedis .jcarousel-container-horizontal {
    width: 640px; 	
	padding-left:40px;
	padding-right:0px;
}

.jcarousel-skin-vegedis .jcarousel-clip-horizontal {
    width:  600px;
    height: 250px;
}

.jcarousel-skin-vegedis .jcarousel-item {
    width: 140px;
    height: 250px;
	text-align:center;
}

.jcarousel-skin-vegedis .jcarousel-item-horizontal {
    margin-right: 13px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-vegedis .jcarousel-next-horizontal {
    position: absolute;
    top: 53px;
    right: 3px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/jcarousel/next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-vegedis .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-vegedis .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-vegedis .jcarousel-next-disabled-horizontal,
.jcarousel-skin-vegedis .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-vegedis .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-vegedis .jcarousel-prev-horizontal {
    position: absolute;
    top: 53px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/jcarousel/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-vegedis .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-vegedis .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-vegedis .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-vegedis .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-vegedis .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
