#catalog {
	position:relative;
	float:right;
	width:675px;
	margin-top:25px;
}
#catalog h2 {
	position:relative;
	float:left;
	width:675px;
	font-weight:normal;
	font-size:18px;
}
#catalog ul {
	position:relative;
	float:left;
	width:700px;
	list-style:none;
	margin-left:-25px;
}
#catalog ul li {
	position:relative;
	float:left;
	margin-left:25px;
	width:115px;
	margin-top:20px;
	font-size:12px;
}
#catalog ul li.separator {
	clear:both;
}
#catalog ul li img {
	position:relative;
	float:left;
	width:113px;
	height:113px;
	margin-bottom:5px;
	border:1px solid #cccccc;
	border-radius:3px;
}
#catalog ul li a {
	position:relative;
	float:left;
	width:115px;
}
#catalog ul li span {
	position:relative;
	float:left;
	width:115px;
}