/*********************** RIGHT MENU STYLING */

.jcarousel-skin-okford .jcarousel-container {
  
	background-image:url(../../site_images/header_scroll_bg.gif);
}


.jcarousel-skin-okford .jcarousel-container-vertical {
      width:150px;
	height:283px;
	padding:14px 0px 0px 15px;
}

.jcarousel-skin-okford .jcarousel-clip-vertical {
    width:  135px;
    height: 270px;
}

.jcarousel-skin-okford .jcarousel-item {
	width: 135px;
    
}



.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;
    bottom: 1px;
    left: 61px;
    width: 44px;
    height: 13px;
    cursor: pointer;
    background-image:url(../../site_images/scroll_arrow_down.gif);
	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: 3px;
    left: 61px;
    width: 44px;
    height: 13px;
    cursor: pointer;
	background-image:url(../../site_images/scroll_arrow_up.gif);
	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 {
 
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-okford_banner .jcarousel-next-horizontal {
    position: absolute;
    top: 31px;
    left:199px;
    width: 32px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/site_images/banner_next_static.png) no-repeat 0 0;
}

.jcarousel-skin-okford_banner .jcarousel-next-horizontal:hover {
    background: transparent url(/site_images/banner_next_hov.png) no-repeat 0 0;
}

.jcarousel-skin-okford_banner .jcarousel-next-horizontal:active {
    background: transparent url(/site_images/banner_next_active.png) no-repeat 0 0;

}

.jcarousel-skin-okford_banner .jcarousel-next-disabled-horizontal,
.jcarousel-skin-okford_banner .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-okford_banner .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background-image:none;
}

.jcarousel-skin-okford_banner .jcarousel-prev-horizontal {
    position: absolute;
    top: 31px;
    left: 168px;
    width: 32px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/site_images/banner_prev_static.png) no-repeat 0 0;
}

.jcarousel-skin-okford_banner .jcarousel-prev-horizontal:hover {
    background: transparent url(/site_images/banner_prev_hov.png) no-repeat 0 0;
}

.jcarousel-skin-okford_banner .jcarousel-prev-horizontal:active {
    background: transparent url(/site_images/banner_prev_active.png) no-repeat 0 0;
}

.jcarousel-skin-okford_banner .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-okford_banner .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-okford_banner .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background-image:none;
}


