
table {
	margin:auto;
}

td {
	vertical-align:top;
	text-align:center;
}

pre {
	text-align:left;
	overflow:visible;
	display:none;
}

code {
	background-color:#ffc;
}

pre code {
	background-color:#eee;
}

.pics {
	height:216px;
	width:416px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.pics img {
	height:216px;
	width:416px;
	top:0;
	left:0;
}

.pics img {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#right {
	cursor:pointer;
}
