.imagepod {
	width: 110px;
	height: 120px;
	text-align:center;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}

.catpod {
	width: 200px;
        text-align:center;
        float: left;
        margin-left: 0px;
        margin-right: 20px;
	margin-bottom: 10px;
}

.catimagecropper {
	width: 200px;
	height: 150px;
	overflow:hidden;
}

.imagepod img {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
}

.imagepod img:hover {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #1ea1cd;
}

.imagecaption {
	text-align:center;
	width: 110px;
	font-size: 10px;
	color: #333;
}

.catcaption {
        text-align:center;
        width: 200px;
        font-size: 14px;
        color: #333;
}


.galpaging {
	width: 700px;
	height: auto;
	float: left;
	margin-top: 10px;
}


/* hover box  */
	
	#hoverbox {
		width: 720px;
		height: 330px;
		z-index: 25;
		background-color: #0865ab;
		position: absolute;
		left: 235px;
		top: 125px;
	}
	
	#hoverContent {
		margin-top: 10px;
		margin-left: 10px;
		height: 300px;
		width: 700px;
	}
	
	
	#hoverContentImage {
		float: left;
		display:inline;
		width: 400px;
		height: 300px;
		text-align:center;
		border: 1px solid #1ea1cd;
	}
	
	#hoverContentCaption {
		float: left;
		width: 280px;
		display:inline;
		color: #fff;
		margin-left: 10px;
	}
	
	#hoverContentCaption h1 {
		font-size: 14px;
		font-weight: bold;
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 270px;
	}
	
	#hoverContentCaption p {
		font-size: 12px;
		float: left;
		margin-top: 5px;
	}
		
	#closeHoverbox {
		color: #fff;
		left: 690px;
		top: 300px;
		position: absolute;
		font-weight: bold;
		font-size: 18px;
		text-decoration:none;
	}
	
	#closeHoverbox:hover {
		color: #e36f33;
		left: 690px;
		top: 300px;
		position: absolute;
		font-weight: bold;
		font-size: 18px;
		text-decoration:none;
	}
	
	#hoverComments {
		width: 270px;
		height: 200px;
		overflow-y: auto;
		float: left;
		margin-top: 10px;
		font-size: 11px;
	}
	
	p.comment {
		display:block;
		border: 1px dashed #fff;
		padding: 10px;
		margin-bottom: 10px;
		width: 200px;
	}

	p.catdescrip {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	p.catheading {
		color: #333;
		margin-left: 3px;
		margin-bottom: 10px;
	}
	
	p.catheading a {
		color: #0865ab;
	}
	
	p.catheading a:hover {
		color: #000;
	}
	
	
	
	
