.jcarousel-skin-tango.jcarousel-container {
	position:absolute; top:585px; left:0; 
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width:1020px;
    padding:0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:1020px;
    height:60px;
	padding:0;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 85px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #eee;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    cursor: pointer;
    background: transparent no-repeat 0 0;
	cursor:e-resize;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 60px;
    cursor: pointer;
    background: transparent no-repeat 0 0;
	cursor:w-resize;
}

