

#investment-case {
	width:960px;
	height:330px;
	margin:0 auto;
	position:relative;
	z-index: 1;
	font-family: 'Frutiger-BoldCn';
}



#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:960px;
	height:290px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	background: transparent url(../images/buttons.png) no-repeat 0 0;
	top:107px;
	left:0px;
	width:60px;
	height:60px;
	display:block;
	z-index:101;
	
}

#slides .next {
	left:900px;
	background-position: 0 -60px;
}

/*
	Pagination
*/

.pagination {
	margin:3px 000;
	float: right;
	width:115px;

}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	top: 30px;
	left:100px;
	font-size:28px;
	line-height:1.1;
	color:#000;
	text-shadow:none;	
}

.caption strong{font-weight: bold; color: #E50019}

#slide-3 .caption{	top: 170px;
	left:590px; color: #fff}

#slide-4 .caption{	top: 180px;
	left:530px; }
	
#slide-5 .caption{	top: 180px;
	left:530px;  color: #fff}
	
#slide-6 .caption{	top: 200px;
	left:530px;  color: #fff}
	
#slide-7 .caption{ color: #fff}

#slide-8 .caption{ color: #fff}

#feature{position: relative; width:960px; height: 200px; font-family: 'Frutiger-BoldCn'; clear: both}
#feature img{position: absolute;}

#feature .caption {top: 20px; left: 530px}