.jcarousel-skin-scrolltext .jcarousel-container {
   
}

.jcarousel-skin-scrolltext .jcarousel-container-horizontal {
    width: 783px;
    padding: 0px;
}

.jcarousel-skin-scrolltext .jcarousel-container-vertical {
    width: 75px;
    height: 320px;
    padding: 40px 20px;
}

.jcarousel-skin-scrolltext .jcarousel-clip-horizontal {
    width:  783px;
    height: 18px;
	margin-left:0px;
	
}

.jcarousel-skin-scrolltext .jcarousel-clip-vertical {
    width:  428px;
    height: 245px;
}

.jcarousel-skin-scrolltext .jcarousel-item {
    width: 783px; ;
    height: 18px; white-space:nowrap;
    
}

.jcarousel-skin-scrolltext .jcarousel-item a{
 white-space:nowrap; font-weight:bold; color:#28701C; font-size:14px;
    
}

.jcarousel-skin-scrolltext .jcarousel-item:hover {
    
}

.jcarousel-skin-scrolltext .jcarousel-item-horizontal {
    
}

.jcarousel-skin-scrolltext .jcarousel-item-vertical {
    
}

.jcarousel-skin-scrolltext .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-scrolltext .jcarousel-next-horizontal {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 48px;
    height: 42px;
    cursor: pointer;
 
}


}

.jcarousel-skin-scrolltext .jcarousel-next-disabled-horizontal,
.jcarousel-skin-scrolltext .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-scrolltext .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-scrolltext .jcarousel-prev-horizontal {
    position: absolute;
    top: -50px;
    left: 10px;
    width: 48px;
    height: 42px;
    cursor: pointer;
   
}



.jcarousel-skin-scrolltext .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-scrolltext .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-scrolltext .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-scrolltext .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../Copy%20of%20scrolltext/next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-scrolltext .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-scrolltext .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-scrolltext .jcarousel-next-disabled-vertical,
.jcarousel-skin-scrolltext .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-scrolltext .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-scrolltext .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../Copy%20of%20scrolltext/prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-scrolltext .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-scrolltext .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-scrolltext .jcarousel-prev-disabled-vertical,
.jcarousel-skin-scrolltext .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-scrolltext .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
