#catSub {
}
#catSub table {
	width: 100%;
}
#catSub td {
	height: 150px;
	margin: 0px;
	padding: 5px;
}
#catSub .image {
	display: table;
	height: 125px;
	overflow: hidden;
	width: 100%;
	#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;
	width: 100%;
	#position: relative; /* For IE6 */ 
	#top: -50%; /* For IE6 */ 
}
#catSub .text {
	text-align: center;
}
#catSub .name {
	text-align: left;
	padding:0 25px 0 40px;
	font-weight: bold;
}
#catSub .description {
	text-align: left;
	padding:0 25px 0 40px;
}

/* 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;
}

