#catSub {
}
#catSub table {
	border-spacing: 10px;
	width: 100%;
}
#catSub td {
	border: 1px solid #ececec;
	height: 175px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#catSub td:hover {
/*	border: 1px solid #000000; */
}
#catSub .image {
	display: table;
	height: 150px;
	margin: 0px auto;
	overflow: hidden;
	width: 150px;
	#position: relative; /* For IE6 */	  
}
#catSub .image div.middle {
	 display: table-cell; 
	 vertical-align: middle; 
	 width: 100%;
	 #position: absolute; /* For IE6 */ 
	 #top: 50%; /* For IE6 */
}
#catSub .image div.inner {
	text-align: center;
	#position: relative; /* For IE6 */ 
	#top: -50%; /* For IE6 */ 
}
#catSub .image a {
	text-decoration: none;
}
#catSub .name {
	text-align: center;
	font-weight: bold;
}
#catSub .description {
	text-align: left;
}

/* Set the style for prev next and page numbers */
#pageNumber {
}
#pageNumber a {
	padding: 3px;
}
#pageNumber a:hover, #pageNumber a.current {
	background-color: #ECECEC;
	text-decoration: none;
}
