/*********************** RIGHT MENU STYLING */

.jcarousel-skin-okford .jcarousel-container {
  
	
}


.jcarousel-skin-okford .jcarousel-container-vertical {
      width:412px;
	height:127px;
	margin-left:auto;
	margin-right:auto;	
}

.jcarousel-skin-okford .jcarousel-clip-vertical {
    width:  412px;
    height: 127px;
}

.jcarousel-skin-okford .jcarousel-item {
	width: 412px;
    
}



.jcarousel-skin-okford .jcarousel-item-vertical {
   /* margin-bottom: 5px; */
}

.jcarousel-skin-okford .jcarousel-item-placeholder {
    color: #000;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-okford .jcarousel-next-vertical {
    position: absolute;
    top: 131px;
    left: 380px;
    width: 37px;
    height: 22px;
    cursor: pointer;
    background-image:url(../../site_images/scroll_arrow_down.png);
	background-repeat:no-repeat;
	}

.jcarousel-skin-okford .jcarousel-next-vertical:hover {
   
}

.jcarousel-skin-okford .jcarousel-next-vertical:active {
   
}

.jcarousel-skin-okford .jcarousel-next-disabled-vertical,
.jcarousel-skin-okford .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-okford .jcarousel-next-disabled-vertical:active {
    cursor: default;
   
}

.jcarousel-skin-okford .jcarousel-prev-vertical {
    position: absolute;
    top:131px;
    left: 343px;
    width: 38px;
    height: 22px;
    cursor: pointer;
	background-image:url(../../site_images/scroll_arrow_up.png);
	background-repeat:no-repeat;
}

.jcarousel-skin-okford .jcarousel-prev-vertical:hover {

}

.jcarousel-skin-okford .jcarousel-prev-vertical:active {

}

.jcarousel-skin-okford .jcarousel-prev-disabled-vertical,
.jcarousel-skin-okford .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-okford .jcarousel-prev-disabled-vertical:active {
    cursor: default;

}


/****************************** BANNER STYLING */

.jcarousel-skin-okford_banner .jcarousel-container {
  
}

.jcarousel-skin-okford_banner .jcarousel-container-horizontal {
   width: 758px;
   height:297px;

}

.jcarousel-skin-okford_banner .jcarousel-clip-horizontal {
    width:  758px;
    height: 297px;
}



.jcarousel-skin-okford_banner .jcarousel-item {
     width:  758px;
    height: 297px;

}

.jcarousel-skin-okford_banner .jcarousel-item-horizontal {
    /*margin-right: 10px; */
}


.jcarousel-skin-okford_banner .jcarousel-item-placeholder {
 
}

