/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 800px;
	height:205px;
	background: #FFF;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:800px;
  height:205px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:780px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:205px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:52px;
  height:52px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:9999;
}
#leftControl {
  top:76px;
  left:0;
  background:transparent url(control_left.png) no-repeat center 0;
}
#rightControl {
  top:76px;
  right:0;
  background:transparent url(control_right.png) no-repeat center 0;
}

#slideIndex {
	left: 10px;
	bottom: 5px;
	position: absolute;
}
/*
.numbers {
	width: 16px;
	height: 16px;
	background: #ddd;
	display: inline-block;
	color: #777;
	border: 1px solid #000;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font: normal 12px Arial;
}*/

.balls {
	width: 12px;
	height: 12px;
	background: url('ball.png') transparent top left no-repeat;
	display: inline-block;
	margin: 1px;
	cursor: pointer;
	font: normal 5px Arial;
}


.active {
	background: url('ball_active.png') transparent top left no-repeat;
}
/*
.active {
	color: #ddd;
	background: #777;
	border: 1px solid #aaa;
}
*/

.slide a, .slide a:hover {
	display: inline;
	width: 220px;
	height: 22px;
	background: url('link_bull.png') transparent 0px 4px no-repeat;
	padding: 0 0 0 14px;
	margin: 0 20px 0 0;
	font: bold italic 12px Verdana;
	color: #FFF;
	text-decoration: none;
}

.slide .DeepLead {
	position: relative;
	top: 132px;
	left: 345px;
}

.slide .DeepHealth {
	position: relative;
	top: 150px;
	left: 73px;
}

.slide .DeepTeach {
	position: relative;
	top: 165px;
	left: 280px;
}

.slide .DeepCoach {
	position: relative;
	top: 165px;
	left: 50px;
}
