
section {
	width: 700px;
	color:#333;
	font-size:10px;
	margin-bottom:15px;
	padding-left:15px;
}
.hover-panel {
	background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(0, 0, 0); width: 200px; float: left; min-height: 220px;
}

.topLeft {
	border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px;
}
.topRight {
	border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px;
}
.bottomLeft {
	border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px;
}
.bottomRight {
	border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px;
}

.clearfix::before {
	height: 0px; overflow: hidden; display: block; content: "\0020";
}
.clearfix::after {
	height: 0px; overflow: hidden; display: block; content: "\0020";
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}