
#display {
	margin:0;
	padding:0;
}

#container {
	width:445px;
	height:200px;
	margin: 0 0 0 25px;
	padding: 0;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}

#container-content {
	width:1553px;
	height:168px;
}

.section{
	margin:1px;
	padding:0;
	width:220px;
	height:168px;
	float:left;
}

.section a {
	outline-width:0px; /* safari,opera */
	-moz-outline: none; /* firefox */
}

.section a img {
	border:1px solid #fff;
}

.section a:hover img,
.section a:focus img {
	border:1px solid #ccc;
}

h1,h2 {
	font-weight:normal;
	font-family: Arial;
	font-size: 16px;
	color:#333;
	margin:1em 0 0 0;
}

.content p {
	margin-top:.25em;
	margin-left:8px;
	color:#777 !important;
}

.content h1,
.content h2 {
	margin-left:8px;
	margin-bottom:.5em;
	color:#333;
}

.content a {
	color:#06c !important;
}

img.webwork {
	/* adjustment */
	margin-left:6px;
}

