@charset "utf-8";
/* CSS Document */
/*Friends Page Styles*/
#friendsBox  {
	height: auto;
}
#friendsBox a.tn:hover img { 
	border: 1px dashed #ccc;
}
.friendsBoxContent  {
	height: auto;
}
#twmThumbs  {
	width: 910px;
}
#twmThumbs dl  {
	width: 182px;
	height: 300px;
	display: inline;
	float: left;	
}
#twmThumbs dl dt  {
	width: 177px;
	height: 252px;
	margin: auto;
}
#twmThumbs dl dt img {
	width: 175px;
	height: 250px;
	border: 1px solid #000000;
}
#twmThumbs dl dd  {
	text-align: center;
}
#fsThumbs  {
	width: 912px;
	padding-top: 20px;
}
#fsThumbs dl  {
	width: 114px;
	height: 140px;
	display: inline;
	float: left;	
}
#fsThumbs dl dt  {
	width: 102px;
	height: 102px;
	margin: auto;
}
#fsThumbs dl dt img {
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
}
#fsThumbs dl dd  {
	text-align: center;
	font-size: 10px;
}
#friendsBoxLink  {
	width: 210px;
	height: 14px;
	float: right;
	padding-top: 8px;
	padding-right: 14px;
	font-weight: bold;
}
#friendsBoxLink2  {
	width: 210px;
	height: 14px;
	float: right;
	padding-top: 8px;
	padding-right: 14px;
	font-weight: bold;
}

