pre { text-align: left; overflow: visible }
code { background-color: #ffc }
pre code { background-color: #eee }

.pics {
	height: 230px;
	width: 650px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.pics img {
	height: 230px;
	width: 650px;
	background-color: #eee;
	top:0;
	left:0;
}
.pics img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 230px;
	width: 650px;
}

