/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .floater {
	position: relative;
	width: 140px;
	height: 240px;
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 16px;
	background-color: #DADEDF;
	overflow: hidden;
}
#textarea .floater h3 {
	margin: 0;
	padding-right: 6px;
	margin: 10px;
	height: 40px;
	font-size: 0.9em;
}
#textarea .floater .photo {
	text-align: center;
	
}
#textarea .floater .photo img {
	border-top: 4px solid #DE0C73;
	border-bottom: 4px solid #DE0C73;
	left: 50%;
}

#textarea .floater .controls {
	position: absolute;
	width: 140px;
	left: 0;
	bottom: 0;
	font-size: 0.9em;
	margin: 10px;
}
