/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .cards a {
	float: left;
	width: 116px;
	height: 116px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	overflow: hidden;
}
#textarea .cards a img {
	border: 3px solid #96CA3F;
	margin-bottom: 6px;
	margin-top: 5px;
}
#textarea .cards a:hover img {
	border-color: #96CA3F;
}

