#introBox {
	margin: 1px 0 2px 11px;
	clear: both;
	position: relative;
	width: 800px;
	height: 300px;
}

#introBox ul {
	list-style: none;
}

#introBox .image {
	width: 533px;
	height: 300px;
	position: absolute;
	top: -1px;
	left: -540px;
}

#delve .image, #reach .image, #go .image {
	display: none;
}

#default .image {
	background: url(../images/intro_main.jpg);
}

#delve .image {
	background: url(../images/intro_delve.jpg);
}

#reach .image {
	background: url(../images/intro_reach.jpg);
}

#go .image {
	background: url(../images/intro_go.jpg);
}

#slider  {
	width: 255px;
	height: 298px;
	margin: 0;
	right: 4px;
	border: 1px solid #c1c1c1;
	background: url(../images/slider_back.png) 2px 2px no-repeat;
	position: absolute;
}

#slider h3, #slider h4 {
	display: none;
}

#slider a {
	display: block;
	width: 264px;
	height: 66px;
	margin: -1px 0 6px -4px;
	padding: 0 0 0px 0;
	position: relative;
}

*:first-child+html #slider a {
	float: left;
}

/* delve deeper button */

#delve a {
	background: url(../images/delve_but_rec.png) no-repeat -264px 0;
}

#delve a:hover {
	background: url(../images/delve_but_rec.png) no-repeat;
}

/* reach higher button */

#reach a {
	background: url(../images/reach_but_rec.png) no-repeat -264px 0;
}

#reach a:hover {
	background: url(../images/reach_but_rec.png) no-repeat;
}


/* go further button */


#go a {
	background: url(../images/go_but_rec.png) no-repeat -264px 0;
}

#go a:hover {
	background: url(../images/go_but_rec.png) no-repeat;
}



#slider p {
	display: none;
	margin: 0px 0 0 0;
	padding: 0 5px;
	height: 92px;
	font-size: 11px;
	line-height: 16px;
	color: #5c5c5c;
	clear: both;
}

#default p {
	margin: 0;
	display: block;
	font-size: 12px;
	line-height: 22px;
	height: 82px;
}

