#team_container{
	width:700px;
	overflow-x:hidden;
}

	#team_container #team_left{
		width:173px;
		float:left;
		margin-right:20px;
	}
	

	
		#team_container #team_left #portrait_scroller_container{
			width:160px;
			overflow-x:hidden;
			height:185px;
			
			margin-bottom:15px;
			
		}
	
			#team_container #team_left #portrait_scroller_container #portrait_scroller{
				width:6000px;
				height:185px;
			}
			
				#team_container #team_left #portrait_scroller_container #portrait_scroller img{
					float:left;
				}

		#team_container #team_left #thumbs_container{
			width:168px;
		}
		
			#team_container #team_left #thumbs_container .thumb{
				width:52px;
				height:52px;
				overflow:hidden;
				float:left;
				
				margin-right:2px;
				margin-bottom:2px;
				
				cursor:pointer;
			}

	
	#team_container #team_right{
		width:500px;
		float:left;
	}
	
		#team_container #team_right a{
			color:#4D4D4D;
			text-decoration:underline;
		}
	
		#team_container #team_right #team_name{
			font-weight:bold;
		}
		
		#team_container #team_right td{
			vertical-align:top;
		}
		
		#team_container #team_right input, #team_container #team_right textarea{
			width:425px;
			border:1px solid #cccccc;
			background-image:url('img/input_bg.png');
			font-family:arial;
			font-size:12px;
			height:17px;
			background-repeat:repeat-x;
			
			padding-top:4px;
			padding-right:2px;
		}
		
		#team_container #team_right textarea{
			height:205px;
		}
		
		#team_container #team_right input.submit{
			width:50px;
			background:none;
			background-color:#fff;
			color:#787878;
			height:20px;
			padding:2px;
		}
		
.error{
	color:#E36152;
}
