/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:520px;
	height:320px;
	float:left;
	background:#F5F5F5;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:210px;
	height:300px;
	float:left;
	margin:10 10px 10px 10px;
}
#box4 .prof{
	color:#008080;
	font-family: Lucida Console, Comic Sans MS ,sans-serif;
	margin-top:15px;
	font-size:20px;
	list-style:none;
}
#box4 .prof-title{
	font-weight:bold;
}

#info4{
	background:#fff !important;
	color:red !important;
	cursor:default;
	display:none;
}

#idnt p{
	margin-left:180px;
}

/* ********************************** */

.mask3{
	position:relative;
	width:525px;
	height:320px;
	overflow:hidden;
}

