div#catOver
{
	margin-left:10px;
	margin-top:10px;
}

div#catOver h1
{
	margin-bottom:10px;
}

div#catOver div.content
{
	margin-bottom:10px;
}

div.category
{
	position:relative;
	float:left;
	width:188px;
	height:130px;
	background-color:#b2bdbf;
	margin-right:10px;
	margin-top:10px;
	overflow:hidden;
}
div.category p
{
	margin:0px;
	padding:0px;
	line-height:12px;
}

div.category a
{
	text-decoration:none;
}

div.category p.img
{
	position:absolute;
	left:1px;
	top:1px;
	width:186px;
	height:94px;
	background-color:#ffffff;
	overflow:hidden;
	text-align:center;
}

div.category p.caption
{
	position:absolute;
	left:6px;
	bottom:6px;
	color:#ffffff;
	width:176px;
	height:24px;
}
img
{
	border:0px;
}

