.feature-small-container {
	width: 154px;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	position:relative;
}
.feature-small {
	width: 150px;
	height: 113px;
	display: block;
	border: 1px solid #6daad3;
	margin-bottom: 2px;
	position: relative;
	text-decoration:none;
}
.feature-small-shadow {
	display:block;
	width:150px;
	height:113px;
	background:#c7d9e1;
	position:absolute;
	right:0;
	bottom:0;
}
.feature-small-plus {
	display:block;
	width:14px;
	height:14px;
	background: url(images/features-enlarge-icon.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	text-indent: -5000px;
}

.page {
	float: left;
	overflow: hidden;
	width: 460px;	
	max-height: 400px;
        height: 400px;
	padding: 20px;	
	margin: 0;
}
.page h3 {
	font-size: 175%;
	font-weight: bold;
	color: rgb(66,66,66);
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.page p {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.page ul {
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	border-top: 1px solid #C6D7E7;
	background: #E7F7FF;
	border-bottom: 1px solid #C6D7E7;
}
.page li {
	list-style: none;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 20px;
	background: url(../images/button-blue-bkgd.png) 0 0 no-repeat;
}

.page li a.more {
	background: url(../images/button-blue-bkgd.png) 0 0 no-repeat;
	padding-left: 20px;
	text-decoration: none;
}
.page li a.more:hover {
	text-decoration: underline;
}
/*
.page p.thumbnails {
	text-align: center;
	margin: 8px auto 0 auto; 
}
*/
#screen {
	overflow: hidden;
	width: 2500px;	
	height: 400px;
	padding: 0;
	margin: 0;	
}

#stage {
	overflow: hidden;
	width: 500px;	
	height: 400px;	
	margin: 0;
	padding: 0;
	float: left; 
}

#next {
	float: left; 
	margin: 200px 0 0 20px;
}
#prev {
	float: left; 
	margin: 200px 20px 0 0;
}
.quote {
	font-size: 18px;
	text-align: center;
	margin: 15px 50px 15px 50px;
}


