.pElement
{
	position:absolute;
	padding:10px;
	width:300px;
	height:200px;
	max-width: 300px;
	max-height: 200px;
	font-family: myFont;
}

.pElement:hover
{
	cursor: hand;
}

.pElementImg
{
	width:inherit;
	max-width: inherit;
	height:inherit;
	max-height: inherit;
}

.pElementInfo
{
	position:absolute;
	background-color:rgb(0, 0, 0);
	color:fff;
	height:70px;
	margin-top:-70px;
	width:inherit;
}

.pElementInfoTitle
{
	position:relative;
	margin-left:10px;
	margin-top:10px;
}

.pElementInfoDescription
{
	position:relative;
	margin-left:10px;
	margin-top:10px;
}