/**
 * TEAM MEMBERS
 **/
.worker{
	width : 140px;
	margin-bottom: 13px;
	margin-right: 13px;
	float: left;
	height: 194px;
}
.worker .photo{
	width: 140px;
	height: 140px;
	margin-bottom: 10px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.worker .foot{
	color: #8D252C;
	background-color: #FFFFFF;
	text-align: left;
	width: 136px;
	padding: 2px;
}


.black, .black *{
	color: #000000 !important;	
}

a, a:active{
	color: #000000;
	}

#text{
	font-size: 12px;
	color: #FFFFFF;
}
#text .head{
	
}
#text .frame{
	margin: 20px 0 0 15px;
}
#text #textFrame{
	display: block;
	width: 550px;
	height: 180px;
	overflow: auto;
	padding: 0 0 10px 0;
}
#text .t{
	margin-bottom: 20px;
	margin-right: 10px;
}
#text .t .title{
	margin-bottom: 5px;
	font-style: italic;
}
#text .t .body{
	margin-bottom: 5px;
}
#text .t .date{
	text-align: right;
	font-style: italic;
}
#box_context {
	position: absolute;
	top: 140px;
	right: 33px;
	z-index: 2;
	background-color: #FFF;
	color: black;
	border-top: 10px solid #8D252C;
	width: 590px;
	padding: 10px;
	height: 260px;
	overflow: hidden;
}
body > #box_context{
	height: 280px;
	width: 610px;
}

#top{height: 460px;}

#box_context .jScrollPaneDrag {background: url('gfx/dot_sr.png') no-repeat transparent center -4px !important;}
#box_context .jScrollPaneTrack {background: url('gfx/line_sr.png') repeat-y transparent center top !important;}

.worker a{
	color: #8D252C;
	text-decoration: none;
}
.worker a:hover{
	color: #000000;
	text-decoration: underline;
}

