a {
	cursor: pointer;
}

/*	
div.SimpleSlide {
	height: 35em;
	overflow: hidden;
	position: relative;
}

div.SimpleSlide div {
	width: 564em;
}

div.SimpleSlide div div {
	width: 94em;
	height: 35em;
	float: left;
}
*/

div.wrapper.carousel {
	width: 94em;
	padding: 0;
}

body.index div.container div.wrapper.carousel div.carousel_image, body.index div.container div.wrapper.carousel div.carousel_text {
	width: 26em;
	height: 33em;
	float: left;
}

body.index div.container div.wrapper.carousel div.carousel_text {
	width: 20em;
	padding-right: 5em;
	padding-left: 2em;
	/*background-color: #91c2b2;*/
}

.carousel_text h5 {
	padding-top: 2em;
	opacity: .5;
}

.carousel_text h2 {
	padding-top: 1em;
}

div.prev, div.next {
	position: absolute;
	width: 30px;
	height: 50px;
	z-index: 1000;
}

div.prev {
	margin: 160px 0 0 10px;
}

div.next {
	margin: 160px 0 0 495px;
}


div.slides {
	width: 94em;
	float: left;
}

div.slides p, div.slides h2 {

}


