#catsub-container {
	margin: 20px 0px 0px 0px;	
}
#catSub {
}
#catSub table {
	width: 100%;
}
#catSub table td {
	
	vertical-align: middle;
	width: 200px;
	height: 200px;
}
#catSub .image {
	text-align: center;
}
#catSub .image img {
	
}
#catSub .name {
	margin-top: 10px;
	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;
}
