.jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
*/}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:0 2em;
	width:582px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 200px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  582px;
/*    height: 75px;*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
/*    width: 75px;
    height: 75px;*/
}

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

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 12px;
    right: -15px;
    width: 32px;
    height: 32px;
	padding: 1em;
    cursor: pointer;
	background: url("/images/arrows.png") no-repeat scroll -20px center transparent;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
/*    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
/*    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background: none;
/*    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 12px;
    left: -15px;
    width: 32px;
    height: 32px;
	padding: 1em;
    cursor: pointer;
	background: url("/images/arrows.png") no-repeat scroll 13px center transparent;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
/*    background: transparent url(arrow_state_grey_left.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
/*    background: transparent url(arrow_state_grey_left.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background: none;
/*    background: transparent url(arrow_state_grey_left.png) no-repeat 0 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background: transparent url(arrow_state_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .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-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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

