/* demo elements */
 
#demo-portrait {
	float: left;
	position: relative;
	background-repeat: no-repeat;
}
 
#demo-portrait a {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 0;
	line-height: 22px;
	display: block;
	text-align: center;
}
#demo-portrait a:hover, #demo-portrait a.hover {
	text-decoration: none;
}

