/* CSS Document */
#clip {
	position: absolute; 
	clip: rect(0px 70px 80px 0px);
}
#clip img {
	height:80px;
	border:#003333 solid 0px;
}
#picture_wrapper{
	position:relative;
	height:260;
	width:180;
	float:right;
	margin:5 5 0 4;
	border-top:#FFFFFF 4px solid;
	background:#3799CE;
}
#picture_wrapper div{
	position:absolute;
	height:80px;
	z-index:100;
	width:180px !important;
	margin-top:190px;
	font-size:11px;
	line-height:16px;
	padding:8px;
	text-align:center;
}
