/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
body.team .jcarousel-skin-tango{background:none;} 	
body.team .jcarousel-container {
    position: relative;
	}
body.team .jcarousel-container{
	background:none;
	border-top:none;
	}		
body.team .jcarousel-clip {
	    z-index: 2;
	    padding: 18px 0 16px;
	    margin: 0 0 0 27px;
	    overflow: hidden;
	    position: relative;
	    width:896px;
		}
		.jcarousel-list {
		    z-index: 1;
		    overflow: hidden;
		    position: relative;
		    top: 0;
		    left: 0;
		    margin: 0;
		    padding: 0;
		     }
		
			body.team .jcarousel-list li,
			body.team .jcarousel-item {
			    float: left;
			    list-style: none;
			    width: 101px;
			    height: 101px;
			    background:none !important;
			    margin-left:11px;
			    }
			    body.team .jcarousel-list li a {
			    	float: left;
			    	position: relative;
			    	}
			    	body.team .jcarousel-list li .colour-img {
						display: none;
						position: absolute;
						top: 0;
						left: 0;
						}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
body.team .jcarousel-next {
    z-index: 3;
    display: none;
    height:22px;
    width:8px;
    background:url('/images/carousel/teamNextButton.png') no-repeat 0 0;
    position:absolute;
    top:56px;
    right:15px;
	}
body.team a:hover.jcarousel-next{
	background:url('/images/carousel/teamNextButton.png') no-repeat 0 -22px;
	}

body.team .jcarousel-prev {
    z-index: 3;
    display: none;
    height:22px;
    width:8px;
    background:url('/images/carousel/teamPrevButton.png') no-repeat 0 0;
    position:absolute;
    top:56px;
    left:18px;        
	}
body.team a:hover.jcarousel-prev{ 
	background:url('/images/carousel/teamPrevButton.png') no-repeat 0 -22px;
	}


/* images shadow */
.shadtop89{height:89px;}
.teamcarousel .shadtop89 {
	background-color:transparent;	
	}
body.team #footertabs .footerTabs-content {
	padding:0;
	}	

body.team a.jcarousel-prev-disabled,
body.team a.jcarousel-next-disabled,
body.team a:hover.jcarousel-prev-disabled,
body.team a:hover.jcarousel-next-disabled {
	background: none;
	cursor: default;
	}














	
