/* Slider! */

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:954px;
	height:576px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	}
#slideshow #slidesContainer {
  margin:0 auto;
  width:906px;
  height:576px;
  overflow:auto; /* allow scrollbar */
  position:relative;
	}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:906px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:576px;
	}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:24px;
	height:576px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;

	}
#leftControl {
	top:0;
	left:0;
	background: url(/images/team/slider/control_left.gif) no-repeat center center;
	}
#rightControl {
	top:0;
	right:0;
	background: url(/images/team/slider/control_right.gif) no-repeat center center;
	}
.team h2 { display:none;
	}

.craig {
	background-image: url(/images/team/new/craig.jpg);
	padding: 60px 30px 0px 457px;
	height: 516px;
	}
.daniel {
	background-image: url(/images/team/new/daniel.jpg);
	padding: 60px 280px 0px 30px;
	height: 516px;
	}

.chris {
	background-image: url(/images/team/new/chris.jpg);
	padding: 60px 30px 0px 310px;
	height: 516px;
	}
.kay {
	background-image: url(/images/team/new/kay.jpg);
	padding: 60px 350px 0px 30px;
	height: 516px;
	}
.patrick {
	background-image: url(/images/team/new/patrick.jpg);
	padding: 60px 305px 0px 30px;
	height: 516px;
	}
.team {
	padding-top: 20px;
	padding-bottom: 20px;
	}
.team a { color: #888888; }
a.meet {
	display: block;
	height: 576px;
	background-image: url(/images/team/new/team2.jpg);
	text-indent: -9999px;
}
.sContact a {
	text-decoration:none;
	}
.sContact a:hover {
	text-decoration:underline;
	}
