.jcarousel-skin-tango-spec .jcarousel-container-horizontal {
    width: 616px;
//    width: 644px;
    padding: 0px 16px;	
	height: 93px;	
}

.jcarousel-skin-tango-spec .jcarousel-container-vertical {
	background-color:#ffffff;
    height: 396px;    
//	height: 414px;    
	width:  115px;		
	padding-top: 18px;		
}

.jcarousel-skin-tango-spec .jcarousel-clip-horizontal {
    width:  616px;
	height: 243px;
//    height: 253px;    
	padding-top: 10px;
	background-color:#e6e7e7;		
}

.jcarousel-skin-tango-spec .jcarousel-clip-vertical {
	background-color:#e6e7e7;	
    width:  115px;
    height: 380px;		
}

.jcarousel-skin-tango-spec .jcarousel-item {

}

.jcarousel-skin-tango-spec .jcarousel-item-horizontal {
	margin: 6px;
}

.jcarousel-skin-tango-spec .jcarousel-item-vertical {
	margin-bottom: 8px;
//	margin-bottom: 0px;
}

.jcarousel-skin-tango-spec .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-spec .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 14px;
    height: 253px;
    cursor: pointer;
    background: url(/images/ar_8.gif) no-repeat center center #FFFFFF;	
}

.jcarousel-skin-tango-spec .jcarousel-next-horizontal:hover {

}

.jcarousel-skin-tango-spec .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tango-spec .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango-spec .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango-spec .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango-spec .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 14px;
    height: 253px;
    cursor: pointer;
    background: url(/images/ar_7.gif) no-repeat center center #FFFFFF;
}

.jcarousel-skin-tango-spec .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-tango-spec .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-tango-spec .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango-spec .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango-spec .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango-spec .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;   
    width: 115px;
    height: 18px;
	background-color: #FFFFFF;
    cursor: pointer;
    background: url(/images/ar_4.gif) no-repeat center center;
}

.jcarousel-skin-tango-spec .jcarousel-next-vertical:hover {
    position: absolute;
    bottom: 0px;   
    width: 115px;
    height: 18px;
	background-color: #FFFFFF;
    cursor: pointer;
    background: url(/images/ar_4.gif) no-repeat center center;   
}

.jcarousel-skin-tango-spec .jcarousel-next-vertical:active {
    position: absolute;
    bottom: 0px;   
    width: 115px;
    height: 18px;
	background-color: #FFFFFF;
    cursor: pointer;
    background: url(/images/ar_4.gif) no-repeat center center;
}

.jcarousel-skin-tango-spec .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango-spec .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango-spec .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;		
	background-color: #FFFFFF;
}

.jcarousel-skin-tango-spec .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;    
    width: 115px;
    height: 18px;
    cursor: pointer;
	background-color: #FFFFFF;
    background: url(/images/ar_3.gif) no-repeat center center;
}

.jcarousel-skin-tango-spec .jcarousel-prev-vertical:hover {
    position: absolute;
    top: 0px;    
    width: 115px;
    height: 18px;
    cursor: pointer;
	background-color: #FFFFFF;
    background: url(/images/ar_3.gif) no-repeat center center;
}

.jcarousel-skin-tango-spec .jcarousel-prev-vertical:active {
    position: absolute;
    top: 0px;    
    width: 115px;
    height: 18px;
    cursor: pointer;
	background-color: #FFFFFF;
    background: url(/images/ar_3.gif) no-repeat center center;
}

.jcarousel-skin-tango-spec .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango-spec .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango-spec .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
