#catSub {
}
#catSub table {
	width: 100%;
}
#catSub td {
	margin: 0px;
	padding: 5px;
}
#catSub .image {
	display: table;
	height: 166px; 
	overflow: hidden;
	width: 100%;
	#position: relative; /* For IE6 */	
}

#catSub .image img {
	padding:4px;
	border:4px solid #98CCE4;
}
#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 .name, #catSub .name a, #catSub .name a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color: #363794;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
}
#catSub .description {
	text-align: center;
}

/* 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;
}
