/* outer container for buttons */
.jcarousel-skin-tango .jcarousel-container-horizontal {
   width:720px;
   padding-top:8px;
   padding-left:45px;
   padding-right:45px;
   margin-left:58px;
}


.whoweare .jcarousel-skin-tango .jcarousel-container-horizontal{margin-left:79px;}
.whoweare .bg-wrap{margin-left:69px;}

/* inner container for items */
.jcarousel-skin-tango .jcarousel-clip-horizontal {
     width:720px;
}



.jcarousel-skin-tango .jcarousel-item {

   height: 185px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

.jcarousel-skin-tango .jcarousel-item span {
    display:block;
    padding-top:2em;
    color:#FFF;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Grey background panels
 */

 
 
.bg-wrap {position:absolute; background:transparent url("../../i/scroll-bg.png") no-repeat left bottom; padding-left:10px; height:205px; width:810px; margin-left:48px;}
.bg { width:811px; }
.bg #first,
.bg #last { background:transparent url("../../i/transparent_grey_bg83.png") repeat scroll 0 0; height:134px;}

.bg #first,
.bg .mid{ margin-right:1px;}

.bg #first,
.bg .mid,
.bg #last { float:left;}

.bg .mid {background:transparent url("../../i/transparent_grey_bg83.png") repeat scroll 0 0; height:134px;}

.bg #btm { width:811px; background:transparent url("../../i/transparent_grey_bg83.png") repeat scroll 0 0;  height:60px; margin-top:1px; }


.bg #first { width:189px; }
.bg #last { width:188px; }
.bg .mid { width:143px;}


a img {border:none;}

.clear {clear:both;}


/**
 *  Horizontal Buttons - is possible to implement CSS sprites if required
 */
 
 
.jcarousel-skin-tango .jcarousel-next {
    position: absolute;
    top: 7px;
    right: 0;
    width: 43px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../../i/carousel-next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next:hover {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled,
.jcarousel-skin-tango .jcarousel-next-disabled:hover,
.jcarousel-skin-tango .jcarousel-next-disabled:active {
    cursor: default;
     /*background: transparent url(../../i/disabled.gif) no-repeat 0 0;*/
     background: none;
}






.jcarousel-skin-tango .jcarousel-prev {
    position: absolute;
    top: 7px;
    left: 0;
    width: 43px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../../i/carousel-prev.png) no-repeat 1px 0;
}

.jcarousel-skin-tango .jcarousel-prev:hover {
   /* background-position: -32px 0; */
}

.jcarousel-skin-tango .jcarousel-prev:active {
    /* background-position: -64px 0; */
}

.jcarousel-skin-tango .jcarousel-prev-disabled,
.jcarousel-skin-tango .jcarousel-prev-disabled:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled:active {
    cursor: default;
   /* background: transparent url(../../i/disabled.gif) no-repeat 0 0;*/
   background: none;
}



