
/* CSS Document */
BODY{
background-image:url(http://www.nextgenacademy.com/images/bg1.gif);
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

div.title {
	text-align:center; 
	width:800px; 
	height:75px; 
	background:url(http://www.nextgenacademy.com/images/logo_banner.png) 0 0 repeat-x;
	margin-bottom:8px;
	}

.top{
margin:0;
padding:0;
width:800px;
height:19px;
background: url(http://www.nextgenacademy.com/images/top.png) 0 0 no-repeat;
text-align:center;
}
.bottom{
background-color: #31659C;
display:block;
width:800px;
height:18px;
color:white;
text-align:center;
}
.main{
margin:0;
background:url(http://www.nextgenacademy.com/images/bgtile.png) top center repeat-y;
text-align:center;

}

#slider {
    position:relative;
    width:790px; /* Change this to your images width */
    height:410px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


#testimonials{
	width: 375px;
	padding: 45px 40px 35px 70px;
	background:url('../img/quotes.png') no-repeat 20px 20px rgba(178,178,169,0.2);
	min-height:195px;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

#testimonials li{ display:none;}
#testimonials li:first-child{ display:block;}

#testimonials ul{ list-style:none;}
#testimonials p.text{ font-size:18px; color:#8b8b8b;}

#testimonials p.author{
	color: #878787;
    font-size: 12px;
    font-style: italic;
    text-align: right;
	margin-top:10px;
}

#testimonials p.author a,
#testimonials p.author a:visited{
	color:#6aa42a;
}




<style type="text/css">
<!-- color link visited #31654A
a:hover { text-decoration: underline;}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #00BBFF; text-decoration: none; outline:none;}
-->
</style> 

=

