#webresources-items .webresources-info {
	/*http://www.colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.2+100;Neutral+Density*/
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
	bottom: 14px;
	color: white;
	padding: 10px;
	position: absolute;
	width: 92%;

}
#webresources-items .webresources-description {
	border-top: 1px solid #ccc;
	position: relative;
	bottom: 0px;
	left: 0px;
}
#webresources-items .webresources-description p {
	font-size: 14px;
}
#webresources-items .webresources-info p {
	margin: 0;
	font-size: 16px;
	text-shadow:3px 3px 3px #000000;
	font-weight: bold;
}
