#qt360 {
	margin: 0 auto;
	width: 800px;
}
#qt360 h2 {
	margin-bottom: 0px;
}
#qt360 h2 span {
	font-size: .6em;
	color: #333;
	font-weight: normal;
}
#labList a {
	display: block;
	width: 500px;
	text-decoration: none;
	color: #152e53;
	height: 50px;
	font-size: 1.2em;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 5px;
}
#labList a span {
	font-size: .5em;
	font-style: italic;
	color: #666;
}

.thumb {
	height:100px;
	width:100px;
	background-color:#333;
	position:relative;
	margin:20px 30px;
	float:left;
}
.thumb a img{
	position:absolute;
	top: -3px;
	left: -3px;
	border:1px #999 solid;
}

.thumb a img:hover{
	top: 0px;
	left: 0px;
	border:2px #1867b9 solid;

}
