﻿
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:725px;
	height:26px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -23px;
	left: 660px;
    width: 48px;
    height: 9px;
    cursor: pointer;
    background: transparent url('next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
	background: transparent url('next-horizontal_hover.png') no-repeat 0 0;
	width: 48px;
    height: 9px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -24px;
    left: 5px;
    width: 61px;
    height: 9px;
    cursor: pointer;
    background: transparent url('prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
	background: transparent url('prev-horizontal_hover.png') no-repeat 0 0;
	width: 61px;
    height: 9px;
}
