/** styling for Erwin Diamond - index.html **/
.enduring-value#index {
	width: 450px;
	min-height: 325px;
}

#content {
	margin-bottom: 10px;
}

#testimonials-link {
	display: inline; 
	font-size: 20px;
}

/** slideshow styling **/
	#slideshow-container {
		width: 360px; 
		height: 310px; 
		background: white;
		float: right;
		margin-right: 50px;
		box-shadow: 0px 0px 5px 5px #222222;
	}

	#slideshow {
		height: 300px;
		width: 350px;
		margin: 5px;
		overflow: hidden;
		position: relative;
	}
	
	.slides {
		position: absolute;
		overflow: hidden;
	}
	
	#slidenav {
		position: absolute;
		bottom: 0px;
		width: 350px;
		text-align: center;
	}
	
	#slidenav img {
		display: inline-block;
	}
	
	#bullets {
		width: 300px;
		height: 18px;
		margin: auto;
	}
	
	#bullets img {
		vertical-align: top; /* for IE 8 */
	}
	
	#pauseplay {
		vertical-align: bottom;
		padding: 4px;
	}
	
	#empty-error {
		color: black;
	}
	
	
	
	
	
@media screen and (max-width: 900px) {
	#tagline {
		font-size: 1.1em;
	}
	
	#slideshow-container {
		margin: 0px -40px;
		float: none;
		height: 300px;
	}
	
	.enduring-value#index {
		float: none; 
		margin: 10px auto; 
		width: auto !important;
	}
	
}
