.demos{
	list-style-type:none;
	clear:both;
	float:right;
}
.demos .box{
	list-style-type:none;
	float:left;
	padding:2px;
	background:#ebebeb;
	margin:30px 6px 12px 0;
	color:#505050;
	position:relative;
	clear:none;
}
.demos .demo{
	position:relative;
	float:left;
	cursor:pointer;
	border:1px solid #e1e1e1;
}
.demos .description{
	clear:both;
	padding:3px;
	text-align:center;
}
.cloneMe{
	width:350px;
	font-size:9px;
}
