@charset "UTF-8";
/* CSS Document */

#gallery {
	float:left;
	width: 560px;
}
.thumbs {   
	padding:0;  
	margin-top:1px;
	max-height:215px;
	overflow:auto;
	float:left;
	width:560px;
	border:1px #ccc solid;
}  
   
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	padding: 2px;
	background-color:#FFFFFF;
	margin:1px;    
	text-align:center;  
	float:left;  
	cursor:hand;  
	cursor:pointer;
}
.thumbs img:hover {
	border-color: #FF9900;
}

#team{
	float:left;}

#team_mainf{
	float:left;
	width: 554px;
	padding:3px 3px 0px 3px;
	border:1px solid #ccc;}
	#team_mainf img{
		border: solid 1px #ccc;
		cursor:hand;  
		cursor:pointer;}
		#team_mainf img:hover {
			border-color: #FF9900;
		}
#team_bcheck{
	float:left;
	width: 556px;
	min-height:100px;
	max-height:100px;
	padding:2px 2px 2px 2px;
	margin-top:1px;
	text-align:left;
	overflow:auto;
	border:1px solid #ccc;}