@charset "UTF-8";

#slideshow{
}
#slider {
  width: 540px;
  float:left;
  background:#333;
}
#slider ul.navigation {
list-style:none;
padding:0;
margin:0;
width: 540px;

}

#slider ul.navigation a {
background: #333 none repeat scroll 0 0;
color:#fff;
text-align:center;
text-decoration:none;
font-size:11.5px;
padding:5px 0;
display:block;
}

#slider ul.navigation a:hover{
	background-color:#ccc;
color:#000;
}
#slider ul.navigation a.selected {
	background-color:#555;
}
#slider ul.navigation a.selected:hover {
	color:#fff;
	background-color:#777;
}


#slider ul.navigation li.last {border:none; margin:0; padding:0; width:108px;}

#slider ul.navigation li {
	padding:0;
margin:0;float:left;padding:0; width:105px;padding-right:1px;margin-right:1px;border-right:1px solid #666;


}
.scroll {
   width:540px;	
  height: 220px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: none;
}

.scrollContainer div.panel {
  height: 220px;
  width: 540px; /* change to 560px if not using JS to remove rh.scroll */
}
#show0{
	background:url(../images/lew-klein-awards-slide-2011.jpg) no-repeat;
}
#show1{
	background:url(../images/news.jpg) no-repeat;
}
#show2{
	background:url(../images/topnews.jpg) no-repeat;
}
#show3{
	background:url(../images/topnews.jpg) no-repeat;
}
#show4{
	background:url(../images/notable_alum.jpg) no-repeat;
}
#show5{
	background:url(../images/parents_1.jpg) no-repeat;
}
.scrollContainer div.description a {
  	text-align:left;
	display:block;
	width:185px;
	height:220px;
	margin-left:337px;
	background:#000;
	color:#fff;
	padding:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	padding-bottom:30px;
}

.scrollContainer div.description h1{
	font-size:30px;
	line-height:35px;
margin:0;
}
.scrollContainer div.description p{
  font-size:1.3em;
  margin-top:0;
  padding-top:0;
    margin-bottom:0;
  padding-bottom:0;

}
.scrollContainer div.description a{
	color:#fff;
}
.scrollContainer div.description a:hover {
	text-decoration:none;
}
.scrollContainer div.description a span{
	clear:left;
	color:#999;
	  font-size:1.3em;
}
.scrollContainer div.description a:hover > span{
	color:#fcc;
}

