/* skin three */
.expertsCarousel {float:left; width:620px; border-top:1px solid #ccc; margin-top:10px; padding:15px 0 0; background:url(/themes/wgsn/images/bg_experts-carousel.jpg) no-repeat top left;}

.jcarousel-skin-three ul li {background:none; list-style:none; margin:0; padding:0; font-size:12px; line-height:130%; }
.jcarousel-skin-three ul li a.bgBioPic {background:#75a0c0; float:left; width:70px; height:90px; border:2px solid #fff}
.jcarousel-skin-three .jcarousel-container {-moz-border-radius: 10px; }
.jcarousel-skin-three .jcarousel-container-horizontal {width: 530px; padding: 5px 40px;}
.jcarousel-skin-three .jcarousel-clip-horizontal {width: 530px; height: 165px;}
.jcarousel-skin-three .jcarousel-item {width:70px; height: 165px !important; font-size:.85em; font-style:italic; }
.jcarousel-skin-three .jcarousel-item-horizontal {margin-right: 19px;}
.jcarousel-skin-three .jcarousel-item-placeholder {background: #fff; color: #000;}
.jcarousel-skin-three a {font-weight:normal !important}
.jcarousel-skin-three a:hover {text-decoration:none !important}


/* Horizontal Buttons */
.jcarousel-skin-three .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-three .jcarousel-next-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-three .jcarousel-next-horizontal:active {background-position: -64px 0;}

.jcarousel-skin-three .jcarousel-next-disabled-horizontal,
.jcarousel-skin-three .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-three .jcarousel-next-disabled-horizontal:active {cursor: default; background-position: -96px 0;}

.jcarousel-skin-three .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-three .jcarousel-prev-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-three .jcarousel-prev-horizontal:active {background-position: -64px 0;}

.jcarousel-skin-three .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-three .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-three .jcarousel-prev-disabled-horizontal:active {cursor: default; background-position: -96px 0;}



