.jcarousel-clip { width: 840px; margin-left:40px; } .layout-sidebar-right .jcarousel-clip, .layout-sidebar-left .jcarousel-clip { width: 540px; } .jcarousel-direction-rtl { direction: rtl; } /** * Horizontal Buttons */ .jcarousel-next-horizontal { position: absolute; top: 50%; margin-top: -11px; right: 5px; width: 22px; height: 22px; cursor: pointer; background: transparent url('../images/icons/arrow-right.png') no-repeat 0 0 !important; } .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url('../images/icons/arrow-right.png') !important; } .jcarousel-next-horizontal:hover { background-position: -32px 0; } .jcarousel-next-horizontal:active { background-position: -64px 0; } .jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0; } .jcarousel-prev-horizontal { position:absolute; top: 50%; margin-top: -11px; left: 5px; width: 22px; height: 22px; cursor: pointer; background: transparent url('../images/icons/arrow-left.png') no-repeat 0 0 !important; } .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url('../images/icons/arrow-right.png') !important; } .jcarousel-prev-horizontal:hover { background-position: -32px 0; } .jcarousel-prev-horizontal:active { background-position: -64px 0; } .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -96px 0; } /** * Vertical Buttons */ .jcarousel-next-vertical { position: absolute; bottom: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(next-vertical.png) no-repeat 0 0; } .jcarousel-next-vertical:hover { background-position: 0 -32px; } .jcarousel-next-vertical:active { background-position: 0 -64px; } .jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover, .jcarousel-next-disabled-vertical:active { cursor: default; background-position: 0 -96px; } .jcarousel-prev-vertical { position: absolute; top: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(prev-vertical.png) no-repeat 0 0; } .jcarousel-prev-vertical:hover { background-position: 0 -32px; } .jcarousel-prev-vertical:active { background-position: 0 -64px; } .jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover, .jcarousel-prev-disabled-vertical:active { cursor: default; background-position: 0 -96px; }