@charset "utf-8";
/* CSS Document */

div.thumbnail {
    position: relative;
    display: inline;
}
div.profile {
	display: none;
	width: 380px;
	position: absolute;
	padding: 14px;
	border: 1px solid #333;
	background-color: #ccc;
	color: #000;
	margin-top: -116px;
}

div.col1 {
	left: 396px;
}

div.col2 {
	left: 317px;
}

div.col3 {
	left: 238px;

}
div.col4 {
	left: 159px;
}

div.col5 {
	left: 80px;
}

p {
	font-size: 12px;
}

<!--[if IE]>
<style type="text/css">
div.profile {
    margin-top: -115px;  
}
<![endif]-->

