
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 5px 26px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item-horizontal a {
    border: 1px solid #E6E4E3;
    bottom: 0;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 1px solid #CECECE;
    border-radius: 2px;
    bottom: 0;
    cursor: pointer;
    height: 28px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    width: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url("next.png");
    left: 5px;
    right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: url("next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 1px solid #A6A6A6;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: url("next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 1px solid #A6A6A6;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, 
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, 
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    background: url("next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 1px solid #CECECE;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 1px solid #CECECE;
    border-radius: 2px;
    bottom: 0;
    cursor: pointer;
    height: 28px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url("prev.png");
	border: 1px solid #A6A6A6;
    left: auto;
    right: 5px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background: url("prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 1px solid #A6A6A6;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: url("prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 1px solid #A6A6A6;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, 
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, 
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    background: url("prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 1px solid #CECECE;
    cursor: default;
}
#mycarousel .jcarousel-item {
    width: 133px !important;
}
/**
 *  Vertical Buttons
 */
 
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 100%;
    height: 250px;
    padding: 40px 0;
}
.jcarousel-skin-tango .jcarousel-clip-vertical{
	height:100%;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
	width: 100%;
	height:250px;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 0;
	right:0;
	margin:auto;
    width: 53px;
    height: 19px;
    cursor: pointer;
    background: transparent url(down.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background: transparent url(down-hover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background: transparent url(down-hover.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:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background: transparent url(down-hover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 0;
	right:0;
	margin:auto;
    width: 53px;
    height: 19px;
    cursor: pointer;
    background: transparent url(up.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background: transparent url(up-hover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background: transparent url(up-hover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background: transparent url(up-hover.png) no-repeat 0 0;
}
