/* Content */

table.content_ourProcess td {
    font-weight: bold;
    padding: 2px 2px 15px 2px;
    vertical-align: top;
}


#test {
		width:980px;
		float:left;
		
	}
	
	.item {
	width:318px;
	height:200px;	
	margin:4px;	
	/* required to hide the image after resized */
	overflow:hidden;	
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}

.item .caption {
	width:318px;
	height:200px;
	background:#2A3442;
	color:#505966;
	font-weight:bold;
	font-size: 26px;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	

}

.item .caption a {
	text-decoration:none;
	color:#505966;
	font-size:16px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.item .caption p {
	padding:15px;	
	margin:0;
	color:#505966;
	font-weight:bold;
	font-size: 46px;
	line-height:45px;
}

.item img {
	border:0;	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}
