/******* popup ********/
.overlay {
	background:#000;
	opacity:0.53;
	filter:alpha(opacity=53);
	position:absolute;
	left:0;
	top:0;
	display:none;
	height:900px;
	width:100%;
	z-index:500;
}
.popup {
	position:fixed;
	left:20%;
	top:10%;
	width:801px;
	text-align:left;
	display:none;
	z-index:501;
}
.popup .top {
	height:8px;
	background:url('../images/overlay/popup-top.png') no-repeat;
}
.popup .bottom {
	height:8px;
	background:url('../images/overlay/popup-bottom.png') no-repeat;
}
.popup .middle {
	background:#fff;
	padding:45px 0;
}
.popup .middle .close {
	position:absolute;
	top:-15px;
	right:-30px;
	display:block;
	width:57px;
	height:56px;
}
.popup .middle a.prev, .popup .middle a.next {
	float:left;
	color:#ccc;
	font-size:50px;
	margin-top:110px;
}
.popup .middle a.prev {
	margin-left:10px;
}
.popup .middle a.prev:hover, .popup .middle a.next:hover {
	text-decoration:none;
}
.popup .text {
	width:700px;
	float:left;
	margin:0 25px;
	min-height:250px;
	position:relative;
}
.loader {
	background:#fff url(../images/overlay/ajax-loader.gif) no-repeat center center;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	display:none;
	height:80%;
	left:0;
	top:45px;
	width:100%;
	z-index:499;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/******* Teachers list ********/

.teachers-list {
	float:left;
	width:650px;
}
.teachers-list a.teacher {
	position:relative;
	display:block;
	width:140px;
	height:205px;
	text-align:center;
	float:left;
	margin:0 12px 10px 5px;
	outline:none;
	cursor:pointer;	
	background:#999;
	overflow: hidden;
}
.teachers-list a.teacher:hover {
	text-decoration:none;
	background:#F90;
}
.teachers-list a.teacher img {
	margin-left: -140px
}
.teachers-list a.teacher:hover img {
	margin-left: 0;
}
.teachers-list a.teacher span.name {
	display:block;
	color:#FFF;
	font-size:12px;
	line-height: 14px;
	margin:2px -10px;
}
.teachers-list a.teacher:hover span.name {
	color:#000;
}
.teacher-photo {
	width:200px;
	float:left;
}
.teacher-photo img {
	margin-right:10px;
}
.teacher-bio {
	width:500px;
	float:right;
	color:#000;
}
.teacher-bio .scroll {
	position:relative;
	height: 350px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}	
.teacher-bio h2 {
	color:#f58426;
	font-size:15px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}
.teacher-bio p {
	color:#666;
	font-size:13px;
	line-height:18px;
	padding-right: 10px;
}
.teacher-bio p.position {
	font-size:12px;
	color:#999;
}
