/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #202020;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background:url(../images/close.png);
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #202020;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 20px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.container {
	width: 920px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	float: left;
}

.container-teachers {
	width: 580px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	float: left;
}

a {
	color: #008888;
	text-decoration: none;
	font-weight: normal;
}

/*************************************************************/

/*added style*/

.thumbs-web{
	float:left;
	margin-right:10px;
	width: 145px;
	margin-bottom:10px;
}

.thumbs-teachers{
	float:left;
	margin-right:10px;
	width: 137px;
	margin-bottom:10px;
}

.thumbs-teachers-right{
	float:left;
	width: 137px;
	margin-bottom:0px;
}


.thumbs-web-right{
	float:left;
	margin-right:0px;
	width: 145px;
	margin-bottom:10px;
}

.thumbs-web-left{
	float:left;
	padding:0px;
	width: 224px;
	background-color: #0F3;
	margin-right: 5px;
	margin-left: 10px;
}

.gallery-caption{
	font-weight:bold;
	color:#c5c5c5;
}

.no-display{
	display:none;
}

.box-1{
	float:left;
	margin-bottom:0px;
}


.box-1-bottom{
	float:left;
	margin-bottom:0px;
}

