.namer {
	float:left;
	padding: 4px 6px 5px 5px;
	background: url('../images/nav/cat-name-bg.gif') right bottom no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	z-index: 10;
	}

.onecat {
	float: left;
	width: 270px;
	border: solid 3px #FFFFFF;
	height: 150px;
	background-color: #FFFFFF;
	margin: 0 10px 10px 0;
	cursor: pointer; 
	}

.last {
	margin-right: 0 !important;
	}

.hover {
	position: absolute;
	width: 270px;
	height: 150px;
	display: none;
	}
	
.overlay {
	background-color: #FFFFFF;
	z-index: 8;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

.textx {
	z-index: 9;
	}

.textx td {
	padding: 0 10px 0 10px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	}

.linkdiv {
	z-index: 11;
	}
	
.linkdiv a {
	display: block;
	height: 150px;
	}
